Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is there a way to...
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00861222
Message ID:
00861551
Views:
19
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
Previous
Reply
Map
View

Click here to load this message in the networking platform