|
-
Aug 9th, 2000, 07:56 AM
#3
Addicted Member
VB passes arrays by ref, (pointer to first element), so a generic function could populate the array for you.
You can also use the AddressOf keyword in VB. I'm not sure but I think it allows you to pass Function Pointers. Have a look at Help, I'm off to read up on it now. If no-one else posts I will respond further.
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
|