dot-udfCallFunArg function

Get the function name with the current arguments as a string

Get the function name with the current arguments as a string

.udfCallFunArg(fun, args)

Arguments

  • fun: function name
  • args: arguments

Returns

string of the form 'fun(arg1, arg2)':

Author(s)

Matthew L. Fidler