Click or drag to resize

_CallClipFunc Function (String, Usual)

X#
Call a function by name

Namespace:  XSharp.RT
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
 FUNCTION _CallClipFunc(
	symFunction AS STRING,
	uArgs PARAMS USUAL[]
) AS USUAL
Request Example View Source

Parameters

symFunction
Type: String
The name of the function to call.
uArgs
Type: Usual
The list of arguments to pass to the function

Return Value

Type: Usual
The return value of the function
Remarks
Note that X# allows to call functions that are overloaded.
See Also