Guest Bob Report post Posted 02/19/2004 09:29 PM Is it possible to send a value to VBS module? If Yes, would you give me an example. on {1} goto [Friend(1)] Share this post Link to post
SupportTeam Report post Posted 02/19/2004 11:59 PM The best way to allow data entered/retrieved in one part of the script to be available in another part of the script is to use VG's Result Variables. More info on these can be found in the Help file and here: http://voiceguide.com/vghelp/html/ResultVariables.htm In this case to find out what the caller pressed in a Play module titled "Welcome" is to use a Result Variable: $RV[Welcome] Share this post Link to post