VoiceGuide IVR Software Main Page
Jump to content

Getting $rv_previousmodule Evaluated

Recommended Posts

I'm trying to get "$RV[$RV_PreviousModule] < 37" evaluated correctly, but it doesn't seem to be working. "$RV[$RV_PreviousModule]" always seems to come up with no value. I've tried all sorts of bracket and parenthese combinations, what's the secret?

Share this post


Link to post

that doesn't work, it just returns the name of the last module, not the contents of its stored variable, which is why i was doing $RV[$RV_PreviousModule]. how can i get $RV_PreviousModule evaluated, THEN get $RV[<module name>] evaluated as well, without needing 2 or 3 more modules to do annoying single evaluations?

Share this post


Link to post

OK, got it... I thought that the modules in your script had numbers for titles and you were trying to ascertain to which group the previous module belonged...

 

Are you using v5.0? v5.0 has a bug which prevents nested RV's - please uninstall v5.0 and install v5.1 Beta3 - that bug is fixed in that version.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×