Login Page - Create Account

Support Board


Date/Time: Mon, 29 Jun 2026 10:36:06 +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.