| Sign In/My Account | View Cart |
| Article: |
Creating a Windows DLL with Visual Basic | |
| Subject: | Arrays in DLL | |
| Date: | 2007-11-19 15:35:06 | |
| From: | Ivanmp | |
|
Response to: Arrays in DLL
|
||
| I solved this problem declaring the array as empty (public myarray() as single) in the module and initializing it with redim when needed. Thanks for the article and the comments, they have been really helpful! (Excuse my english). | ||