Basic Syntax CrystalClear Syntax Before Reading Records

isArray( array )


Checks whether the specified array variable contains an array.

Usage:

isArray( array )

Parameters:

array Array variable, whose type will be checked.

Returns:

True if the specified variable is an array, false otherwise.

Examples:

isArray([1,2,3,4,5,6,7,8])	   // Returns true

See also:


i-net software strives to provide accurate product documentation. Please give us your feedback using the form below.
NOTE: This form is for documentation feedback only. For technical assistance, please send an email to crystalclear@inetsoftware.de.

This page is: very poor very good
Comment: