Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Proc/Func
Message
From
06/05/2000 00:51:36
 
 
To
05/05/2000 11:24:23
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00366590
Message ID:
00366920
Views:
22
Here's another clue on how VFP looks at the difference between the two, a FUNCTION can end with an ENDFUNC, a RETURN, and even an ENDPROC, and of course a PROCEDURE can too. So:
do a
do b
proc a
	wait window 'a'
endfunc
func b
	wait window 'b'
endproc
is perfectly legal.
Previous
Reply
Map
View

Click here to load this message in the networking platform