KReidy Report post Posted 07/18/2008 10:23 AM I wonder could somebody help me I am having some trouble with an Evaluation module. I am running a script that requesta a user to I/P a test code, this is evaluated, a VB Script is run, the user is then asked for a message code, it's evaluated a VB Script is run. The message code is basicaly a mirror image of the test code. The I/P Test code part works but the Message code is failing in the EVAL Module. I have attached a log file. Also I would like to run an if statement in a VB Script that will test the message code number entered by user, so for example he/she entered a number beween 1000 and 2000 then go to Sales Messages Module, 2000 Evalproblems.txt Share this post Link to post
SupportTeam Report post Posted 07/18/2008 12:20 PM Attached trace shows that in module [Evaluate Message Code] you are trying to evaluate: RV$[Enter Message Code] This is invalid syntax. Try: $RV[Enter Message Code] 092825.828 19 1 state [Evaluate Message Code] Evaluate [RV$[Enter Message Code]] Share this post Link to post