Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is there a way to...
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00861222
Message ID:
00861258
Vues:
16
LOCAL param1, param2, param3
param1=0
STORE '' TO param2, param3

* both calls work similarly
*DO myproc WITH param1, param2, param3
= myproc(@param1, @param2, @param3)

? param1
? param2
? param3

PROCEDURE myproc
PARAMETERS p1, p2, p3
	p1 = 54
	p2 = DTOC(date())
	p3 = DTOC(date()-5)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform