|
-
Oct 26th, 2002, 03:52 PM
#1
Thread Starter
Hyperactive Member
ReDim problem...
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|