Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Macro and evaluate() fire a error with CR on Literals
Message
From
29/12/2004 15:24:47
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
00973008
Message ID:
00973079
Views:
15
>>
>>This is not true:
>>
>>run on VFP8:
>>
>>? LEN(EVALUATE("[1"+CHR(13)+"2]")) && NO ERROR AND 2 is not ignored
>>? LEN(EVALUATE("[1"+CHR(10)+"2]")) && FIRE ERROR
>>
>>
>>I use CHR(13) on 3000 evaluated scripts without problems on VFP8!
>>
>
>Try
? EVALUATE("3+5" + CHR(13) + "+2")
It run on Vp8 and 9 without errors, then the bug is not fixed.

VFPT search a CHR(10) only when a string delimiter exists within string.

It have fixed a bug that do not exists.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform