Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Pcount equal to Parameter??
Message
De
23/03/1998 09:43:15
Mark Hall
Independent Developer & Voip Specialist
Keston, Kent, Royaume Uni
 
 
À
23/03/1998 09:34:49
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00086317
Message ID:
00086364
Vues:
31
If the reason for knowing the name of the input variable is so that you can change the variable, then it is not necessary, you can simply pass the variable by reference :-

lnValue = 0
TestProc( lnValue) && by default, passed by reference
? lnValue && Should print 999

FUNCTION TestProc
LPARAMETERS tnParam1
tnParam1 = 999
RETURN

Regards
Mark.

p.s. Sorry if you already know this.
Regards
Mark

Microsoft VFP MCP
Menulib - OO Menus for VFP www.hidb.com/menulib
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform