bleach Report post Posted 10/30/2003 12:47 PM 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
SupportTeam Report post Posted 10/30/2003 10:32 PM Have you tried using: $RV_PreviousModule < 37 Share this post Link to post
bleach Report post Posted 10/31/2003 07:19 AM 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
SupportTeam Report post Posted 10/31/2003 07:27 AM 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