Are you really using the double quotes " for your comments? If so, make them single quotes:'
Also, the word index may be a reserved word. Try using something else like i
Lastly, the default property of a textbox is it's text property, but it probably doesn't hurt to explicitly state thats...