Login Page - Create Account

Support Board


Date/Time: Wed, 12 Mar 2025 11:46:57 +0000



Post From: BUG in SCString::operator

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