Click or drag to resize

_CallClipFunc Function (String, Array)

X#
Call a clipper function by name

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

Parameters

symFunction
Type: String
The name of the function to call.
aArgs
Type: Array
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