Okay... I have dim arr() as string
then I want to open a file, and for each line input, put that value into arr(i) (i being an integer that increases each time). The problem is, () doesn't specify lbound/ubound, and I can't redim before opening the file since I don't know how many lines are in the file.
Any suggestions/workarounds?
