Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    #16
    You should be able to use getAttributeAsStringArray() rather than getAttributeAsRecordArray() but otherwise your approach is correct - you need to extract the record attribute as an array of the appropriate type and iterate through the values if you want to assemble them into a single string for display (for example).

    Comment


      #17
      Thanks for the reply, it's working fine after your remark :)

      Comment

      Working...
      X