Login Page - Create Account

Support Board


Date/Time: Wed, 02 Jul 2025 14:03:05 +0000



Post From: BUG in SCString::operator

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