Hi Kristian
I agree, I have found VALUES{2} to be very useful. I have also found that you can use arrays for both the integer and the string values.
Here is an example.
DIM num[]
FOR i = 1 TO VARDIM1(array)
num[i] = i
NEXT i
VALUES{2} “parameter” num, array