Guest phuocha_tnc Report post Posted 02/25/2005 02:15 AM Dear Sir/Madam In module Get Numbers. Can i assign a file *.wav in line "Ask caller to enter number:" from Run VB Script Module? Example: please view Script "sample.vgs". - I want that: if Input_Nhom_LH=1 then line "Ask caller to enter number:"=1.wav else Input_Nhom_LH=2 line "Ask caller to enter number:"=2.wav else Input_Nhom_LH=3 line "Ask caller to enter number:"=3.wav ..... else Input_Nhom_LH=n line "Ask caller to enter number:"=n.wav end if. Please help me! Thank you. sample.vgs Share this post Link to post
SupportTeam Report post Posted 02/25/2005 06:10 AM Yes. The way you would approach this is to assign the filename to a new Result Variable and then specify that Result Variable in the Get Numbers module. Share this post Link to post
Guest phuocha_tnc Report post Posted 02/26/2005 02:10 AM OK, I sloved this problem. Thank you very much. Share this post Link to post