Wesley Marnitz

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in 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

Viewing 1 post (of 1 total)