I have an array that is a defined as follows:
Public publicArray As ArrayList
This array is being processed within a Class called demoClass
I would like to access the values of this array and populate a txtbox for display
to the user in a form.
Why can't I access this publicArray within the form? Is this possible?
