07-23-2009, 07:05 PM
If in function declaration _Result is of type ARRAY(VARIANT), you must pass a variable of type ARRAY(VARIANT) to the function.
When passing by value, values of some types are converted to other types. When by reference - never.
When passing by value, values of some types are converted to other types. When by reference - never.