Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I know if it a EXE that runnning?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00204175
Message ID:
00204208
Vues:
20
DO CASE
CASE Right(Sys(16, 0), 3) = "EXE"
   *-- EXE
CASE Right(Sys(16, 0), 3) = "APP"
   *-- APP
CASE Right(Sys(16, 0), 3) = "FXP"
   *-- FXP
ENDCASE
>I like to find a way to know if I am running a APP or EXE.
>Is there a SYS() function that I can use to know?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform