Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Legal coding of As clause (re (strong) typing)
Message
 
 
To
19/07/2001 11:09:51
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00532549
Message ID:
00532620
Views:
15
>I have no idea what "VOID" actually means and why I would use it.

VOID indicates that nothing is expected as a parameter, and if used as a return type, then nothing will be returned. So:
Procedure foo(void) As void
*-- Do something here
Endproc
You wouldn't pass it anything, nor would you look for a return value.
Mike Stewart
Previous
Reply
Map
View

Click here to load this message in the networking platform