volvomann Active Member Licensed User Longtime User May 4, 2012 #1 Goto to top off a rutine(sub) In my savingrouutine i check i file exsist and if it does a msgbox whith ok and a cancle buton shows up, when cancle i want to go back on the top of the savingroutine, is callsub....... the way to do it or is there another and better way Last edited: May 4, 2012
Goto to top off a rutine(sub) In my savingrouutine i check i file exsist and if it does a msgbox whith ok and a cancle buton shows up, when cancle i want to go back on the top of the savingroutine, is callsub....... the way to do it or is there another and better way
Erel B4X founder Staff member Licensed User Longtime User May 4, 2012 #2 Can you post this sub code? Upvote 0
J Jost aus Soest Active Member Licensed User Longtime User May 4, 2012 #3 I am not sure that I've understood clearly your wish. But... You could use an endless loop which can be only leaved by pressing "OK". Upvote 0
I am not sure that I've understood clearly your wish. But... You could use an endless loop which can be only leaved by pressing "OK".
volvomann Active Member Licensed User Longtime User May 4, 2012 #4 Jost aus Soest said: I am not sure that I've understood clearly your wish. But... You could use an endless loop which can be only leaved by pressing "OK". Click to expand... you understand right thank you Upvote 0
Jost aus Soest said: I am not sure that I've understood clearly your wish. But... You could use an endless loop which can be only leaved by pressing "OK". Click to expand... you understand right thank you