brewerdude
IS-IT--Management
Is it possible to put a carraige return in a usermsg box? I have a script that's collected data from printing a nortel phone and and just want to flash it up after the printout is complete, and would look neater if the info wasn't all on one line. The current code I have is:
usermsg "DESI %s - NCOS %s - QUEUE %s - ACD %s - EXT1 %s - EXT2 %s" DESI NCOS QUEUE ACD EXT1 EXT2
I've tried putting "^M" in there, but that doesn't do anything.
usermsg "DESI %s - NCOS %s - QUEUE %s - ACD %s - EXT1 %s - EXT2 %s" DESI NCOS QUEUE ACD EXT1 EXT2
I've tried putting "^M" in there, but that doesn't do anything.