Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
This one still around?
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
This one still around?
Miscellaneous
Thread ID:
00735011
Message ID:
00735011
Views:
34
Since I know some of you have the latest and greatest version of the VFP 8.0 beta, is this bug still around?
lcstring = '123/.5'
? TRANSFORM(EVALUATE(lcstring)) && Displays **.**
* However,
lcstring = '123*2'
? TRANSFORM(EVALUATE(lcstring)) && Displays correctly
* as does
lcstring = '123/.5'
lcvalue = EVALUATE(lcstring)
? TRANSFORM(lcvalue)
This behavior is identical in both VFP 7.0 SP1 and the public 8.0 beta.
George

Ubi caritas et amor, deus ibi est
Next
Reply
Map
View

Click here to load this message in the networking platform