Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is this a bug
Message
From
31/03/2000 10:37:46
 
 
To
31/03/2000 08:54:22
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00353261
Message ID:
00353332
Views:
12
>and it replaced every single record's pr_addr1 with a blank and there were no pr_codes = to "".

Do this from the command window:

?'Kevin' = 'Kevin'
?'Kevin' = 'K'
?'Kevin' = ''


Thats why every record evaluates to .T. and is replaced. Use EMPTY() or == instead.
Previous
Reply
Map
View

Click here to load this message in the networking platform