Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
J and J
Message
From
16/09/2004 06:55:37
 
 
To
16/09/2004 06:51:16
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turkey
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00942813
Message ID:
00942814
Views:
11
> I reveal at testing ;
> "j"="J" gives true result.
>
> It give that result with Foxpro dos and VFP... I amazed how I didn't reveal
> that and I'm wondering why?

Does it depend on your current Collate setting ?
SET COLLATE TO "MACHINE"
? "j" = "J"   && .F.
SET COLLATE TO "GENERAL"
? "j" = "J"   && .T.
hth
-Stefan
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform