Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Exiting nesting loops
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00449008
Message ID:
00449084
Vues:
22
Hi Ken,

I don't want to change on escape expression for each for... next.
Anyway, the solution I already put works, so I'm not going to mess it up anymore.

Thanks for your help.

>Hi Nadya,
>
>For/Next loops can be handled like this:
>
on escape x = 200000
>
>for x = 1 to 100000
>	? x
>next x
>
>
>Scan for can be done like this:
>
Scan for myCondition = .T. and oValid.lContinue = .T.
>
>>Yes, but for about for... next? That's why I did it this way (copy and paste for each loop). Besides, I have scan for condition (not scan while).
>>
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform