-
hello
i am trying to get my program to jump to another bookmark in another procedure. i cant use (for example) "goto continue:" beacause it only works in the same procedure and i dont want to call the procedure because then it will start from the top. Is there any other way to make this work ?
thank you in advance if you help me
Micke
-
Hi!
Procedures were introduced to avoid such spaghetti-code.
I recommend to call the function with an additional parameter to specify which code to execute.
Regards, da_bob
_______________
Vb6 Enterprise, SP3