Jun 27, 2005 #1 spyderco Programmer Jan 23, 2005 107 US Beginners FOR loop question.. I need to do "for ( 1 .. _varHere) { # do this }" in vb.net. This is the perl equivelent. Can someone post what I'll need for this to work in VB?
Beginners FOR loop question.. I need to do "for ( 1 .. _varHere) { # do this }" in vb.net. This is the perl equivelent. Can someone post what I'll need for this to work in VB?
Jun 27, 2005 #2 ThatRickGuy Programmer Oct 12, 2001 3,841 US Code: dim i as integer for i = 1 to MaxValue 'do code next -Rick VB.Net Forum forum796 forum855 ASP.NET Forum I believe in killer coding ninja monkeys. Upvote 0 Downvote
Code: dim i as integer for i = 1 to MaxValue 'do code next -Rick VB.Net Forum forum796 forum855 ASP.NET Forum I believe in killer coding ninja monkeys.