Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP Wish: Using returned objects directly
Message
De
26/09/1999 17:12:05
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
VFP Wish: Using returned objects directly
Divers
Thread ID:
00269146
Message ID:
00269146
Vues:
49
Can we do something like this:
wait window ReturnVal().Name
function ReturnVal
return createobject('Label')
? If not, I would like to see it. That way we could write code that to methods that looks like other languages:

oTree.Nodes('tNode').Expand

Try this:

?type("createobject('Label')") &&O

Then:

?type("ReturnVal1()") &&U
function ReturnVal1
return createobject('Label')
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform