shakildor
Civil/Environmental
- Jun 19, 2003
- 35
Dear Friends,
Can any one tell me about a function which receives a dynamic array(multi dimensional) and returns also an array(multi dimensional) . I tries to use VARIANT but could not be successful.
Dim Ans() as Double, InputArray() as Double
Dim Ans()=ArrayFunct(InputArray())
Function ArrayFunct (ReceiveingArray()) as double ()
Dim IntermediateArray() as double
....
....
...
ArrayFunct = IntermediateArray
End Function
The above is the example of my problem.
Can anyone give solution
Shakildor
Can any one tell me about a function which receives a dynamic array(multi dimensional) and returns also an array(multi dimensional) . I tries to use VARIANT but could not be successful.
Dim Ans() as Double, InputArray() as Double
Dim Ans()=ArrayFunct(InputArray())
Function ArrayFunct (ReceiveingArray()) as double ()
Dim IntermediateArray() as double
....
....
...
ArrayFunct = IntermediateArray
End Function
The above is the example of my problem.
Can anyone give solution
Shakildor