Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Possible VFP 9 Debugger Bug?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Possible VFP 9 Debugger Bug?
Miscellaneous
Thread ID:
01051713
Message ID:
01051713
Views:
58
Create a PRG:
SET STEP ON

LOCAL sString
sString = "0"

RETURN
Run it in VFP 9. Step over the assignment line and hold the mouse over
the 'sString' variable.


The tooltip that shows is "sString = 0"

Run it in VFP 8 and the The tooltip that shows is " sString = '0' "

Minor difference, but in VFP 8 you get the quotes around the data
value, whereas in VFP 9 you do not.

So, looking only at the tooltip in VFP 9, how do you know the data
type of sString?
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Next
Reply
Map
View

Click here to load this message in the networking platform