|
-
July 6th, 2001, 04:09 AM
#1
VB For, Next question
somethin´s troubleing me, heres an example:
if i run this code:
Dim MyInteger as Integer
Dim I as Integer
MyInteger = 0
for I = 1 to MyInteger
(other code here)
Next I
Does the code inside the For,Next Executes at least once??
And,, WHAT IN GODS NAME is the value of "I" after i run the code?
lets say i after the For,Next write:
If I > MyInteger Then (other code here)
Does "other code here" executes??????
is the condition met?? <IMG SRC="smilies/confused.gif" border="0">
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
|
|
Bookmarks