Login Page - Create Account

Support Board


Date/Time: Tue, 06 May 2025 14:17:03 +0000



Post From: BUG in SCString::operator

[2024-12-24 10:35:15]
User346098 - Posts: 48
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.