Login Page - Create Account

Support Board


Date/Time: Sun, 02 Nov 2025 05:09:04 +0000



Post From: BUG in SCString::operator

[2024-12-24 10:35:15]
User346098 - Posts: 50
Hello, the operator meaning here is reversed '>' instead of how it is documented '<'

while debugging I see:
strcmp(StringToCompare, InternalString) StringToCompare should have the Rhs of < but it gets assigned the value from the Left Hand side of the '<' operator.

Cheers.