Instance.PropertyArray.appendString()
Signature
void appendString (PropertyArrayString arr, String value, long time)
Description
Creates a new propertyAtomString of value with initial history timestamp time and appends to the end of the
PropertyArray. Use instanceX.arr[instanceX.arr@length] = value for appending with system current time
Parameters
| Name | Type | Description |
arr | PropertyArray | A PropertyArray to append an element to. |
value | String | A value to append to the PropertyArray, arr. |
time | long | The initial history timestamp. |
Cautions
Use instanceX.arr[instanceX.arr@length] = value for appending with system current time