Hello,
A Queue object has a two-length array label called "Zone". I have an "editable text" on dashboard, and hope to input a 2 characters values. The "editable text" has linked to the Queue object. So I hope to split these two characters, then put them separately into Array[1], and Array[2].
For example, The input is "AB", then Array[1] = A; Array[2] = B.
But how could I refer to the object's Array labels?