StructClear
Method Signature
StructClear(structure=[modifiableStruct])Arguments
Argument
Type
Required
Description
Default
Examples
Script Syntax
profile = {
NAME : "John",
INSTRUMENT : "guitar",
OCCUPATION : "singer"
};
structClear( profile );
writeOutput( JSONSerialize( profile ) );
Tag Syntax
Additional Examples
Related
Last updated
Was this helpful?
