Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Call a procedure like a method syntax
Message
 
À
21/04/2009 17:33:27
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01395833
Message ID:
01396165
Vues:
69
Do SomeProcedure with lcSomeCharString1, lcSomeCharString, llSomeBoolValue
With the above syntax your parameters are passed by reference by default and to pass them by value you must surround them with ()'s
SomeProcedure(lcSomeCharString1, lcSomeCharString, llSomeBoolValue)
With this syntax your paratemeters are passed by value by default adn to pass by references you must preceed each one with the @ symbol.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform