Besides
dim i as integer for i = 1 to 2 for i as integer = 1 to 2
FB could also allow
for var i = 1 to 2
which would automatically derive the iterator variable's data type from the starting expression.
Log in to post a comment.