Here is a scenario I am trying to figure out...

put 50 into tCount
repeat with x = 1 to tCount
if x = 50 then
  put 100 into tCount
end if
end repeat

With the above I would think that once the loop reaches 50..then the value
of tCount increases to 100 and the repeat would continue another 50 times.
But the repeat still stops at 50.  Is there anyway to increase a repeat loop
maximum variable while within the loop?

Thanks,
Warren
_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to