I have an array created in one procedure which is the final results, I want to utilise these results in a new procedure as inputs to the calculations there. Is there a way to pass a multidimensional array as a parameter into another procedure? How would you you put it into the call and how woudl you define the parameter in the procedure it will be used in?
Thanks
Is this the sort of thing you are after?
Pass as you would a single dimension array by decorating the routine argument with parentheses;