DenD Report post Posted 08/29/2006 01:34 PM Hello people, With our company we want the numbers that people type in the capture entered number script. They are asked to type in there phone number so we can call them back. But when i use the capture entered number i hear that the numbers is beiing repeated and i can type 1 to confirm or 2 to discard. But where does the program write this number to. Or how can i set it up to export it in a file. We want just a text file or something like that, where we only see the numbers what our customers gives us. Who can help me out please !!!??? Please HELP!!! Thanks Regards, Whelp. Share this post Link to post
SupportTeam Report post Posted 08/29/2006 09:32 PM But when i use the capture entered number i hear that the numbers is beiing repeated and i can type 1 to confirm or 2 to discard.You can chose whether this is done or not by selecting the check box in the properties page of the Get numbers module. But where does the program write this number to.The entered data is stored in a Result Variable. You can use that Result Variable throughout the rest of the script, and save the information held in it to a database, files or use it as part of VBScript or DOS Command Line to run etc. Example of how the RV held data is saved to a file is in the Credit Card demo script. The Help file pages you should be reading are: http://www.voiceguide.com/vghelp/html/modGetNumber.htm http://www.voiceguide.com/vghelp/html/ResultVariables.htm Share this post Link to post
DenD Report post Posted 08/30/2006 10:15 AM Thanx it worked perfect know, Thanks For the help. Regards Whelp Share this post Link to post