Skip to content

Structure

Built-in functions › Programming and data types › Structure

8 functions in this category.

FunctionWhat it does
fieldnamesList of field names in a structure.
getfieldGet the value of a structure field by name.
isfieldTest whether a structure contains a named field.
isstructTest whether the input is a structure.
orderfieldsReorder fields of a structure.
rmfieldRemove fields from a structure.
setfieldSet the value of a structure field by name.
structCreate a structure with named fields.