Click or drag to resize

Eval Function (Object, Usual)

X#
Evaluate a code block or an objects Eval() method.

Namespace:  XSharp.RT
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
 FUNCTION Eval(
	obj AS Object,
	args PARAMS USUAL[]
) AS USUAL
Request Example View Source

Parameters

obj
Type: Object
Object or block to evaluate
args
Type: Usual
List of arguments

Return Value

Type: Usual
Result of the evaluation
See Also