Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BUG: REPLACE WHILE .value interpreted badly
Message
From
01/12/2004 10:50:51
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro Beta
Title:
BUG: REPLACE WHILE .value interpreted badly
Miscellaneous
Thread ID:
00966108
Message ID:
00966108
Views:
80
Previous issue Thread #966025

Bug/Issue : 22 of 36

TITLE: BUG: REPLACE WHILE .value interpreted badly

VERSION: 09.00.0000.1720 and previous

EXPECTED: no errors

OBSERVED: WHILE .EXP can to put in confusion the VFP interpreter

REPRO:
CREATE CURSOR bugwhile (ff i)

* VFP SEE WHILE.XXX
REPLACE WHILE .T. FF WITH 1
REPLACE WHILE .NULL. FF WITH 1
REPLACE WHILE .F. FF WITH 1

* NEXT ARE GOODS ( workarounds )
REPLACE WHILE NULL FF WITH 1
REPLACE WHILE .T. ALL FF WITH 1
REPLACE WHILE (.T.) FF WITH 1
Next
Reply
Map
View

Click here to load this message in the networking platform