Hello!
I have generated one dimendional array list, which has a different number of variables , depent from the case.
How to get a maximum value from array list?
I tried different examples, but none of them work:
PARAMETERS max_value_from_array = MAX(array)
or
PARAMETERS max_value_from_array = MAX(array[])