Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to test the return value of a called APP
Message
De
08/01/2004 11:53:35
 
 
À
08/01/2004 11:45:56
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00865119
Message ID:
00865124
Vues:
23
Hi Michael,

Two ideas come to mind.

1) Passing the return value variable by reference.

RetValue = .F.
do .\MyApp.app with SomeVar, @RetValue

2) Reference a public or private from calling app in the called app.

Private RetValue
RetValue = .F.
do .\MyApp.app with SomeVar
? RetValue

Because of the Path being included, the APP can not be called as function.

Greg
Greg Reichert
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform