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.

Code:
Public Arry()

'When it gets information
Redim Arry()
How would I go about doing this?

-Cheers-