Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Coding Standards
Message
From
10/07/1998 04:57:05
 
 
To
08/07/1998 20:21:05
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00115272
Message ID:
00116034
Views:
35
recommended change (easier to maintain):
>
local lnTerminalValue
lnTerminalValue = 2**20

FOR ncount = 1 to lnTerminalValue
>...  some code
>   if some condition fails
      ncount = lnTerminalValue
>   endif
>endif
>ENDFOR
>
>
>Vlad
Previous
Reply
Map
View

Click here to load this message in the networking platform