methsnax
April 18th, 2004, 05:02 PM
I am writing a program that compliments another program I wrote in VB. I however have run into an issue. I need to be able to communicate (in real time, read/write) with an array in my VB program.
Public Arry()
'When it gets information
Redim Arry()
How would I go about doing this?
-Cheers-
Public Arry()
'When it gets information
Redim Arry()
How would I go about doing this?
-Cheers-