|
-
Jun 12th, 2000, 04:30 PM
#1
Thread Starter
Junior Member
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
-
Jun 12th, 2000, 04:44 PM
#2
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|