IsEmpty
Method Signature
IsEmpty(value=[any])Arguments
Argument
Type
Required
Description
Default
Examples
Test to see if a struct is empty
myStruct = {};
writeOutput( structIsEmpty( myStruct ) );
Test to see if a struct contains something
Using Member Function
Additional Examples
Related
Last updated
Was this helpful?
