Login Page - Create Account

Support Board


Date/Time: Thu, 02 May 2024 11:44:25 +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"