Language…
12 users online:  AmperSam, CroNo, dotCoockie, Hayashi Neru, jirok1, JPhanto, Mario's GameBase, MorrieTheMagpie, Rykon-V73, signature_steve, Sparkz314, toady - Guests: 248 - Bots: 306
Users: 64,795 (2,377 active)
Latest user: mathew

Visual Basic Question

Simply because I have a tech project due soon, I'm going to ask:

How do you jump to a sub from another sub? I've searched the internet and I can't find it.
It's not even close to Halloween, and already Christmas Sales are starting early!
  
  
 



You simply use the name of the sub you want to jump to as a command.

Private Sub Sub1
'code
Sub2 (will jump to the subroutine called Sub2)
'code (won't be read, unless the jump is conditional)
End sub

If you're talking about something else, just ask. I think that's what you want.


 
 
       

Fluffy video games by me and Raibys!
 
 
   
 
 
Thank you!
It's not even close to Halloween, and already Christmas Sales are starting early!