|
-
Jan 13th, 2011, 12:51 PM
#4
Addicted Member
Re: What is the problem in my word frequency counter?
What error is it giving you?
Edit: Doing some research, you can only use the ReDim command on dynamic arrays. Static arrays will give an "Array already dimensioned" error.
If you change to:
Code:
Dim mtx() As String
then the
should work I believe.
Tags for this Thread
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
|