I got a textbox which will accept a SIZE from the user.

based on this SIZE, i wan to go through a FOR loop SIZE number of times. Do i need to perform type casting to convert the text into integer or can i just use the SIZE as the FOR loop parameter?

Thks
FT