IsStruct()

edit

Determines if the object is a structure

IsStruct( variable=any );

Returns: Boolean

Argument Description
variable
any, required
edit

Variable name

Alias: value

Examples

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

See also