Label: function

All content with label function.
Related Labels: field-access

Field (MetaScript Guide)
Returns an array of the field value in a form. Removed since MetaScript 2.5 'version' Directive. Core function Syntax Field( fieldname ) Parameters Parameter Description fieldname A string representing the name of a field in a form. Description Field is a toplevel function ...
Other labels: field-access
OldField (MetaScript Guide)
Allows to get the old field value when a new value is specified. Removed since MetaScript 2.5 'version' Directive. Syntax {{OldField( fieldName )}} Parameters Parameter Description {{fieldName}} String name of the field whose old value is requested. Description ...
Other labels: field-access
SetField (MetaScript Guide)
Sets the value of a field to a given value. Core function Syntax SetField( fieldName, value ) Parameters Parameter Description fieldName String name of the field being assigned. value The value to assign to the field. The type of value depends on the type of the fieldName field ...
Other labels: field-access