Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to compare a memvar with its source record
Message
From
23/08/2002 10:47:41
Richard Smith
R & S Computer Services, LLC
Little Rock, Arkansas, United States
 
 
To
21/08/2002 08:57:17
Harry Wit, De
VGZ Zorgverzekeraar
Arnhem, Netherlands
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00691875
Message ID:
00692932
Views:
21
Presuming that I did not miss something here and you want a character for character match of the two memvars:

IF UPPER(ALLTRIM(MyMemvar1))==UPPER(ALLTRIM(MyMemvar2))

If you need case matching as well, leave out the UPPER() function.
Previous
Reply
Map
View

Click here to load this message in the networking platform