|
-
Mar 17th, 2001, 02:20 AM
#1
Thread Starter
Hyperactive Member
Why am I getting a subscript error (9) from this:
Type HandleInformation
HWnd As Long
ParentHWnd As Long
Process As Long
Thread As Long
Class As String
Exe As String
End Type
Public HList() As HandleInformation
--------------
For a = 1 to 5
ReDim Preserve HList(UBound(HList) + 1) As HandleInformation
Next
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
|