tufanv Expert Licensed User Longtime User Mar 26, 2014 #1 Hello is it possible to make the app continue execute a code from a specific line ? For example something like this : if label1.text = "ok" then go to line 1264 end if TY
Hello is it possible to make the app continue execute a code from a specific line ? For example something like this : if label1.text = "ok" then go to line 1264 end if TY
Erel B4X founder Staff member Licensed User Longtime User Mar 26, 2014 #2 There is no Goto. However you can create a sub and call this sub. Upvote 0