Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Possible VFP 9 Debugger Bug?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Possible VFP 9 Debugger Bug?
Divers
Thread ID:
01051713
Message ID:
01051713
Vues:
65
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform