Click or drag to resize

Empty Function (Array)

X#
Determine if the result of an expression is empty.

Namespace:  XSharp.RT
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
 FUNCTION Empty(
	uValue AS ARRAY
) AS LOGIC
Request Example View Source

Parameters

uValue
Type: Array
The value to check for 'emptyness'

Return Value

Type: Logic
TRUE if the expression results in an empty value; otherwise, FALSE.
Remarks
For ARRAY values the 'emptyness' is determined by comparing to NULL_ARRAY and by checking if the length is 0
See Also