Support Board
Date/Time: Sat, 10 May 2025 00:29:03 +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. |