Guest nmvarnitski Report post Posted 02/18/2003 05:36 AM Hi: Is the only way to access results of VB script is by using VGRUNRESULT_LineNumber.TXT or SHLRESLT.TXT file? If my VB module is called 'vbchange' can I play the variable $RV[vbchange] in the next module? Thanks a lot! Share this post Link to post
SupportTeam Report post Posted 02/19/2003 01:33 AM If you want to return some information from your VB Script to be used by VoiceGuide later in the callflow you must save this data in a 'Result File'. Once the VB Script finishes running all the variables in it are destroyed and VoiceGuide cannot see them... that's why you must save results in a file and then VoiceGuide reads them in after VBScript completes. We will soon make available a set of functions you can use in the VB Script to simplify this process but in the meantime you must use the 'Results File'. Share this post Link to post
Guest Jose Report post Posted 02/21/2003 04:11 AM I have saved the data in a File but now I want to read the first Line. 1.- How can I read of the file row by row? 2.-what variables must I use? 3.-does exist any function that convert of number to string? regards josé Share this post Link to post
SupportTeam Report post Posted 02/22/2003 06:43 AM Have you tried using Text-to-speech ? You can specify a text file to be spoken (using TTS) in the "Sound file" text field. Share this post Link to post