Home › Forums › Problems and solutions in GDL › Parameter connections › Value{2} and put functions please › Reply To: Value{2} and put functions please
January 29, 2016 at 09:25
#2146
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