May 3, 2005 #1 jelodge Technical User May 3, 2005 2 CA I would like to write an ASPECT script that will help me program some Meridian ACD Dummy Queues. There are a lot of carriage returns and I will need to input numbers at two of the prompts. Thanks
I would like to write an ASPECT script that will help me program some Meridian ACD Dummy Queues. There are a lot of carriage returns and I will need to input numbers at two of the prompts. Thanks
May 3, 2005 #2 kodr Programmer Dec 4, 2003 368 jelodge, Code: sdlginput "CLLI" "Enter CLLI" sCLLI DEFAULT sdlinput is the command for an input box, sCLLI is my variable that I assign the reqested value to... Upvote 0 Downvote
jelodge, Code: sdlginput "CLLI" "Enter CLLI" sCLLI DEFAULT sdlinput is the command for an input box, sCLLI is my variable that I assign the reqested value to...