
hugetv
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2016
10:45 AM
help close 3 while
I want to see if I can help to make 3 return
Our system http://www.rokumanager.com
4 REPLIES 4
EnTerr
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2016
11:12 PM
Re: help close 3 while
You want to exit multiple nested loops? Use GOTO:
while true
for i = 1 to 1e9
for each caveman in cavemen
if is_some_condition(...) then goto EXIT_3_LOOPS
end for
next
end while
EXIT_3_LOOPS:

hugetv
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2016
03:51 AM
Re: help close 3 while
"EnTerr" wrote:
You want to exit multiple nested loops? Use GOTO:
while true
for i = 1 to 1e9
for each caveman in cavemen
if is_some_condition(...) then goto EXIT_3_LOOPS
end for
next
end while
EXIT_3_LOOPS:
do not really understand
Our system http://www.rokumanager.com

hugetv
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2016
07:39 AM
Re: help close 3 while
what does this mean
Unexpected event type: 11
Our system http://www.rokumanager.com

hugetv
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2016
02:09 PM
Re: help close 3 while
a way to know how much while open
Our system http://www.rokumanager.com