Login Page - Create Account

Support Board


Date/Time: Wed, 15 May 2024 21:25:33 +0000



Post From: How display string data on terminal

[2016-10-22 07:53:50]
User429169 - Posts: 14
This got working with reference.

string text1 = "Hello World";
sc.GraphName.Format("%s", &text1);

"/n" has no effect, it keep no displaying in same line for multiple strings.
Can data be displayed in multiple lines?

Thank You.