I have a user defined type that contains three dynamic arrays of strings. I need to write a function that will increase the size of the array if necessary and take a value from a text box or combo box and write it to the array. So, I need to pass in the array that will be written to and the data that will be written to it.
How do I pass the address of the array?
How do I pass the address of the array?