Format
A <= B
Returns
1 if A is less than or equal to B; 0 otherwise.
If A and B are text strings, a case sensitive comparison is performed (like sorttextEx()).
A <= B
1 if A is less than or equal to B; 0 otherwise.
If A and B are text strings, a case sensitive comparison is performed (like sorttextEx()).