Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
To iif or not to iif = .t.
Message
From
01/06/2001 09:18:12
 
 
To
31/05/2001 14:42:48
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00513276
Message ID:
00513720
Views:
17
Just out of interest, how would you code the following, especially with regard to an if without an else being a bug/bad design.
while .t.
  < some code >

  if < condition >
    exit
  endif

  < some other code >
enddo
the best I get is
< ensure condition true >
while < condition >
  < some code >

  if not < condition >
    < some other code >
  endif
enddo
Len Speed
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform