|
-
Sep 5th, 2005, 10:25 AM
#3
Re: Loops making me loopy!
 Originally Posted by baja_yu
It cant exceed it because you have 'Loop Until Total = 500' ...as soon as it gets to 500 it will exit. You should use:
If Total >= 500 then
instead of
If Total > 500 then
if you want to signal that the end is reached.
Well - you beat me by just a second or so - but I was typing a much longer response
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|