Instance.PropertyArray.toArrayString()

Signature

String[] toArrayString(PropertyArray arr)

Domain

ACTION, CONDITION, QUERY

Description

Returns a String[] containing all of the values in a PropertyArray in the correct order

Parameters

NameTypeDescription
arrPropertyArrayAny of the PropertyArray type e.g. PropertyArrayString, PropertyArrayInt, etc...

Returns

TypeDescription
String[]A String array.

Cautions

none