|
-
Jan 24th, 2000, 05:48 AM
#1
Thread Starter
Hyperactive Member
I have got a big problem now.
In declaration section I have:
Type Foto
Picture() As IPicutreDisp 'or something like that
Descrip() as String
End Type
Some rows of a sub are:
ReDim Foto.Picture(Val(read))
ReDim Foto.Descrip(Val(read))
where the first line (picture) cause a error 'Invalid ReDim'. Where is the error? I need to leave a picture stored in a dynamic array.
------------------
Thanks,
John, 14 years old
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
|