Tell me what you want, What you really, really want.

Moderator: Mmiscool

User avatar
By Mmiscool
#55122 Ok.

Just posted up a new build.

See the following demonstration program.

You can now goto the branch name contained in a variable.

Code: Select alllistbox test$, "[test1],[test2]"
button "go", [go]
wait

[go]
goto test$
wait


[test1]
print "1"
wait

[test2]
print "2"
wait