Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Macro and evaluate() fire a error with CR on Literals
Message
 
 
To
29/12/2004 13:47:13
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
00973008
Message ID:
00973037
Views:
16
>
>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")
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform