Adaptive Framework 0.9.0

assign

The following is a list of properties for the function assign:

PropertyValue
briefAssign a value to a defined variable
categoryscript
descriptionAssign a value to the innermost structured block definition of a variable. If the variable is not defined, the variable is defined in the innermost structured block. An error is thrown if not called from a list of values (statements) in a structured function.
functionIdassign
functionLabelassign
parameters[ { "dataType": "string", "description": "Variable name", "name": "name" }, { "canBeUndefined": true, "description": "This is the value to assign to the variable.", "name": "value" } ]
returns{ "description": "The value assigned." }
scriptSupporttrue
sideEffects[ "Value assigned" ]