Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Insert some prg to Compile-Time
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00829327
Message ID:
00829404
Vues:
31
Hi Alexander,

tons of solutions exists.

A simple:
RETURN MyCommonProcedure('MyCallBack()')

PROCEDURE MyCallBack
...
ENDPROC

****** ON MyCommonProcedure
LPARAMETERS sCallBack
* use PRIVATE variables
......
RETURN EVALUATE(m.sCallBack)
Fabio
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform