Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Legal coding of As clause (re (strong) typing)
Message
 
 
À
19/07/2001 11:09:51
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00532549
Message ID:
00532620
Vues:
14
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform