Get the function name with the current arguments as a string
.udfCallFunArg(fun, args)
fun
function name
args
arguments
string of the form 'fun(arg1, arg2)':
Matthew L. Fidler