• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Announcement

Collapse
No announcement yet.

vvIn_char() using variable instead of constant

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • vvIn_char() using variable instead of constant

    We have a program in which there is a variable number of parms coming back from the browser. I can put the parm name in a variable - example would be xparm = 'DATEF'. Is there a way to do vvIn_char(xparm) instead of vvIn_char('DATEF')? Thanks in advance...

  • #2
    Yep, passing a variable or a constant to vvIn_char() would work fine either way.

    Comment

    Working...
    X