Support Board
Date/Time: Fri, 31 Oct 2025 15:24:42 +0000
Post From: How display string data on terminal
| [2016-10-19 12:57:06] | 
| User429169 - Posts: 14 | 
| Hello, I am new to sierra chart API. I want to display string data on the terminal. This code displays nothing, it should display "Hello World". string text1 = "Hello World"; SCString TestString; TestString.Format("%s", "str:", text1); sc.GraphName.Append(TestString); Answers Appreciated | 
