Instance.PropertyArray.appendString()

Signature

void appendString (PropertyArrayString arr, String value, long time)

Domain

action

Description

Creates a new propertyAtomString and appends it to the end of the PropertyArray.

Parameters

NameTypeDescription
arrPropertyArrayA PropertyArray to append an element to.
valueStringA value to append to the PropertyArray, arr.
timelongThis must be -1.

Returns

None.