Greetings
This is all in VB.net 2005
I am trying to make a programme that will take in a completed survey and then store that survery object within an array.
Currently i know my Surveyclass works and that my array works but when i try to use a function to pass then array from the main form to the survey input form it doesnt seem to store anything in the array.
This is the code for...