set
Set variable in session to certain value.
Set variable in session to certain value.
| Inline definition |
|---|
Use var <- value. |
| Property | Type | Description |
|---|---|---|
| intArray | Builder | Set variable to an (unset) integer array. |
| objectArray | Builder | Set variable to an (unset) object array. |
| value | String | String value. |
| var | String | Variable name. |
intArray
Creates integer arrays to be stored in the session.
| Property | Type | Description |
|---|---|---|
| fromVar | String | Contents of the new array. If the variable contains an array or a list, items will be copied to the elements with the same index up to the size of this array. If the variable contains a different value all elements will be initialized to this value. |
| size | int | Size of the array. |
objectArray
Creates object arrays to be stored in the session.
| Property | Type | Description |
|---|---|---|
| fromVar | String | Contents of the new array. If the variable contains an array or a list, items will be copied to the elements with the same index up to the size of this array. If the variable contains a different value all elements will be initialized to this value. |
| size | int | Size of the array. |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.