Legacy Dev Forum Posts

 View Only

Sign Up

Update Data: Collection Variable: set index

  • 1.  Update Data: Collection Variable: set index

    Posted 06-05-2025 19:09

    SergioRota | 2018-05-04 10:58:58 UTC | #1

    Hi,

    Can I update a collection variable setting the index where the information will be stored?

    Thanks Sergio


    anon28066628 | 2018-05-04 15:05:08 UTC | #2

    If your question is, 'can I access and modify an object in a collection by their zero-based index?' -- yes. There is a Get method (GetAt??...) that retrieves objects in collections by index.


    SergioRota | 2018-05-07 10:44:04 UTC | #3

    Hi Smith, I have to set a value in object in determinated index, can i do this?

    Thanks Sergio


    anon28066628 | 2018-05-07 12:44:01 UTC | #4

    I can't recall if the objects themselves are mutable, but you can retrieve, modify, and replace the object if not.


    system | 2018-06-07 12:44:03 UTC | #5

    This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.


    This post was migrated from the old Developer Forum.

    ref: 2820