Hi there,
Have a defined multidimensional String array which I wish to pass by reference to a function within a window object. How do I need to define the function parameter ? currently I have it as
Pass By: Reference
Argument Type: String
Argument Name: lsa_my_array[2,3]
If I don't include the [2,3] then the function doesn't seem to see it as a multidimensional array and thus won't let me create assignments to it, but I'm worried that I'm only passing as reference the location [2,3] and not the whole array, any ideas ?
Many thanks,
Mully
Have a defined multidimensional String array which I wish to pass by reference to a function within a window object. How do I need to define the function parameter ? currently I have it as
Pass By: Reference
Argument Type: String
Argument Name: lsa_my_array[2,3]
If I don't include the [2,3] then the function doesn't seem to see it as a multidimensional array and thus won't let me create assignments to it, but I'm worried that I'm only passing as reference the location [2,3] and not the whole array, any ideas ?
Many thanks,
Mully