Login Page - Create Account

Support Board


Date/Time: Sun, 12 Jan 2025 18:52:04 +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.