Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
The Great ESC?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00209813
Message ID:
00211840
Vues:
30
Ed,

This should work
lIsRun = .T.
DO WHILE lIsRun
   IF INKEY() = 27
      <strong>EXIT</strong>
   ENDIF
   SCAN
       IF INKEY() = 27
           lIsRun = .F.
           <strong>EXIT</strong>
       ENDIF
...    my main code is here
   ENDSCAN
ENDDO
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform