Support Board
Date/Time: Fri, 31 Jan 2025 12:04:04 +0000
Post From: SCSting::Left does not work
[2019-04-20 03:54:25] |
User189399 - Posts: 43 |
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" |