06-07-2010, 12:01 PM
But how should be the structure of the function ?
In one action I need to pass the array as a parameter to the function. But in other actions I just need to get back the array.
So I cann't hav a function like:
Function getArray(ByRef arrayName)
-----Body-------
End Function
Because in Action1 it'll work fine coz I need to pass the array to the function here but in Action2 what should I pass?
Suggest....
In one action I need to pass the array as a parameter to the function. But in other actions I just need to get back the array.
So I cann't hav a function like:
Function getArray(ByRef arrayName)
-----Body-------
End Function
Because in Action1 it'll work fine coz I need to pass the array to the function here but in Action2 what should I pass?
Suggest....