Forum Replies Created

  • simonep

    Member
    October 4, 2018 at 2:48 pm in reply to: Nested lists/rows not being properly initialized?

    Hi Dario,
    my workaround for your code problem:
    To init List
    Do iRow.List.$assign(list())
    To init Row
    Do iRow.Row.$assign(row())
    Do iRow.Row.$define()
    Row must re-defined by $define() because row() function initialized it with one column with name C1
    Enjoy your code.
    Simone P.