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">