Login Page - Create Account

Support Board


Date/Time: Tue, 15 Jul 2025 19:46:14 +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.