|
-
May 9th, 2013, 05:26 PM
#4
Re: For loop
 Originally Posted by .paul.
try this. x is the 1 to 10 loop variable, + y is the 11 to 2 variable:
Code:
For x As Integer = 1 To 10
Dim y As Integer = 11 - (x - 1)
Next
Ahh... I didn't interpret the question that way. That makes more sense.
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
|