IsStruct()

Determines if the object is a structure

IsStruct( variable=any );

Returns: Boolean

Argument Description
variable
any, required

Variable name

Alias: value

Examples

str=structNew();
writeOutput(isStruct(str));

See also