Login Page - Create Account

Support Board


Date/Time: Sun, 27 Oct 2024 10:43:05 +0000



Post From: [ACSIL] Best way(s) to convert any data to SCString or string

[2022-05-03 10:26:45]
User286186 - Posts: 22
Hello,

I'm having a lot of trouble trying to convert data to SCString in order to be accepted as an argument by sc.AddMessageToLog() function.

I tried any kind of C++ built-in "to string"-like function but it does not work.

I see that ACSIL has some function like sc.TimeMSToString() or sc.DateToString() but they only work with these specific type of data.

Could you please help me ?

Thanks a lot.