Login Page - Create Account

Support Board


Date/Time: Sat, 11 Jan 2025 04:43:25 +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.