|
-
Jun 22nd, 2002, 04:45 AM
#1
Thread Starter
Frenzied Member
Invalid use of Object :/
Hello ppls,
well.. it looks like ive some difficulties with private class module handling, im want to verify if a class not defined in my array (fletters) but when im try to check with "If Not FLetters(Z1) = Nothing Then" ive got the 'Invalid use of Object' error, and i cant figure out how can i verify this... 
so, heres the declaration
Private FLetters() As LetterHandle
in the form_load event:
ReDim FLetters(0)
and somewhere in the code ive increased the arrays index, and 'bind' the new class:
ReDim Preserve FLetters(C)
Set FLetters(C) = New LetterHandle
... some index of this array is stay 'Nothing'...
i know my problem looks a little bit lame, but ive never tried to use this before..
pls help
jim.
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
|