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.
How would I go about doing this?Code:Public Arry() 'When it gets information Redim Arry()
-Cheers-




Reply With Quote