Jhd.Honza
Jan 24th, 2000, 04:48 AM
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
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