I have got several arrays in a program and want to run a subroutine on them. When i try to put them into the subroutine using
it seems that the data from all the arrays is concatenated into subarray1. Can you tell me how i can send multiple arrays into a subroutine individually. Thanks