Click or drag to resize

CParamCount Function

X#
Return the number of arguments that a code block is expecting.

Namespace:  XSharp.RT
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
 FUNCTION CParamCount(
	oCodeBlock AS Codeblock
) AS DWORD
Request Example View Source

Parameters

oCodeBlock
Type: Codeblock

Return Value

Type: DWord
See Also