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:
00861551
Vues:
18
Thanks for your reply Anatoliy


>
>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)
>
I'm a mixture of Albert Einstein and Arnold Schwarzenegger. The only trouble is that I got Einstein's body and Schwarzenegger's brain
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform