Reply To: Value{2} and put functions please

Home Forums Problems and solutions in GDL Parameter connections Value{2} and put functions please Reply To: Value{2} and put functions please

#2146
Wesley Marnitz
Participant

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

Bim Bakery