Forum Replies Created

  • Andrea

    Member
    July 22, 2022 at 8:20 am in reply to: Scorrere un lista orizzontalmente

    Buongiorno, se ho ben capito, così:

    Calculate lColcount as myList.$colcount

    for myList.$line from 1 to myList.$linecount step 1
    for lC from 1 to lColcount step 1

    myList.[myList.$line].C[lC]

    end for

    end for