Call to a Xbase++ function with an array of parameters, if the symbol exist at runtime, and return .F. if fail.
Syntax:
lCallFuncPA(<cFuncName>,<aParams>,@<xResult> ) -> lOk
Parameters:
<cFuncName>
String containing the name of the Xbase++ function to call.
<aParams>
Array with the parameters to supply to the called function.
<xResult>
If the function call succed this parameter will retrieve the return value of the call. This parameter will need to be passed by reference.
Return Value:
.T. if success or .F. if not available to complete the call.