Quantcast
Channel: VBForums - Visual Basic 6 and Earlier
Viewing all articles
Browse latest Browse all 21301

loop between subs

$
0
0
hi , how are you guys ? i hope you all fine ...

here is the poblem
i have some functions and i want to make loop between them
here is an example for the thing that i want to do

sub1 :showitems1()
msgbox "showitems1"
end sub
sub2 :showitems2()
sub3 :showitems3()

and i want to loop now but i couldnt like this

private sub a_click()
for i = 1 to 3
("showitems"& str(i))
next i
end sub

thank you

Viewing all articles
Browse latest Browse all 21301

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>