So I'm trying to get the max and min of a row of data across all attributes (all number attributes).
I used the list builder and got all the attributes into a list, except it is like this _list{}.col1, _list{}.col2, etc
There are 54 attributes so I'm not sure how to combine all the parts together to get the min and max. I can't use listSorter as it is asking me to pick _list{}.col1..._list{}.col55 when I want to sort _list{}. Is this a nested list? is there to flatten it it maybe?
Maybe there's a better way to go? Would appreciate some help. Thanks