Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Strange SET COLLATE behavior
Message
From
23/03/2006 16:30:03
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Strange SET COLLATE behavior
Environment versions
Visual FoxPro:
VFP 8 SP1
Miscellaneous
Thread ID:
01107186
Message ID:
01107186
Views:
64
set collate causes string comparisons to be case insensitive.
try:
set collate to ""
? "M" = "m" && returns .f.

set collate to "GENERAL"
? "M" = "m" && returns .t. !

However, I have not found this behavior documented...
Next
Reply
Map
View

Click here to load this message in the networking platform