Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Another VFP 6 Tip
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Another VFP 6 Tip
Divers
Thread ID:
00119212
Message ID:
00119212
Vues:
59
Try this code in VFP 5.0:
x=CREATEOBJECT('CheckBox')
y=x
?y=x
You'll get a data type mismatch error even though both x and y are objects. Now try it in VFP 6.0. Now ?y=x returns .T. because both variables refer to the same object.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform