Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Proc/Func
Message
De
06/05/2000 00:51:36
 
 
À
05/05/2000 11:24:23
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00366590
Message ID:
00366920
Vues:
21
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform