Support Board
Date/Time: Wed, 17 Sep 2025 12:00:18 +0000
Post From: SCSting::Left does not work
[2019-04-20 03:54:25] |
User189399 - Posts: 48 |
I have tried with the sample code from SC. SCString TestStr1="It is a test"; TestStr1.Left(-5); sc.AddMessageToLog(TestStr1,0); //Output "It is a test" not the expected "It is a" |