Support Board
Date/Time: Sat, 05 Jul 2025 01:21:44 +0000
Post From: Convert SCString to string
[2021-03-18 14:33:26] |
User310645 - Posts: 49 |
Use SCString.GetChars() to get a char* from which you can construct a std::string if thats what you mean by "regular" string.
|