Login Page - Create Account

Support Board


Date/Time: Mon, 06 May 2024 02:16:46 +0000



Post From: Simple Adds for ACSIL

[2017-02-25 17:14:09]
Al SC Developer - Posts: 434
Please add something like
SCString ((SCDLLCALL* FormatDateTimeMS)(const SCDateTimeMS& DateTime));
to allow SCDateTime to be formatted with milliseconds. A time-only version would also be nice.

In SCString,
SCString& AppendFormat(const char* String, ...);
would be very useful to remove the need for temporary string creation when doing complex string formatting.