LOAD function is not working! (Version 2.0 Alpha 20)
Posted: Sun May 08, 2016 11:43 am
I am trying to build a menu program from within to branch to other programs.
Code looks like the following:
Although tried all possible combinations for load command, no success! It does not load the other program, stays inside the same program. I am using version 2.0 Alpha 20.
Same bug has been reported in the past, also I passed through those posts and replies, but no result.
Code looks like the following:
Code: Select all
memclear
cls
...
button "load bla" [bla]
...
wait
[bla]
load "\bla.bas"
wait
Although tried all possible combinations for load command, no success! It does not load the other program, stays inside the same program. I am using version 2.0 Alpha 20.
Same bug has been reported in the past, also I passed through those posts and replies, but no result.