fluffybunny Report post Posted 06/05/2006 09:59 AM Can someone tell me the correct syntax I need to use in my CLEANUP.VGS script which is run when I detect a caller hang up. My main script (APP1.VGS) is running and has done a DB lookup which has created the result variable $RV[DB_Lookup_Module_1_1] and then the caller hangs up. I want to access this in CLEANUP.VGS so do I need to just use the syntax : $RV[DB_Lookup_Module_1_1] in CLEANUP.VGS, ...or do I need to specify the script the RV came from? Anyone know the answer? Cheers Simon Share this post Link to post
SupportTeam Report post Posted 06/06/2006 10:48 AM $RV[DB_Lookup_Module_1_1] should work. Have you tried it? do I need to specify the script the RV came from? No. Share this post Link to post