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:
00861258
Views:
17
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)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform