• 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.

[Fixed for Future Patch] Optional Parameters

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

  • [Fixed for Future Patch] Optional Parameters

    I can't get the optional parameters I put into the app area to show up when the RPG program is first called. I put in two parameters and neither one shows up.

    Valence Version 3.2.20121126.0

    This is the value I put in the administraion/app/optional parameters spot:

    flockData=N&edit=N

    RPG code to get the values:
    Code:
           flockData = vvIn_char('flockData');
           edit      = vvIn_char('edit');
    I guess this was a problem with prior releases.

  • #2
    Hi Ken,

    We were able to replicate this problem. It is resolved on our end now, and will be pushed out in the next update for Valence 3.2 sometime next month.

    Thanks for bringing this to our attention.

    -Rob

    Comment

    Working...
    X