Support Board
Date/Time: Sun, 29 Dec 2024 17:27:30 +0000
Post From: How large can SCString be?
[2016-01-31 23:43:07] |
@sstfrederik - Posts: 404 |
Hi, I am building a text block and writing that to screen with s_UseTool. In below code MyLineText is added to the SCString. How many text can a SCString have? When I have a few more lines they will not display. Any other away to solve this than using s_UseTool at every line? Thanks. Frederik SCString str_Temp = DisplayTextString; DisplayTextString.Format("%s%s%s", str_Temp.GetChars(), "\r\n", MyLineText.GetChars()); |