**fScan Reference Manual, Chapter 3 (KeyCmds:WinKeys): print ** ===== Print -- Add text message to window ===== **usage: "text",flg X** This command is intended for use in scripted interactive command strings to pass instructions, clear instructions, and suspend script processing to allow the user to interact for awhile before resuming the script. With TEXT "text",flg X FLG: 1 - display text in window (default if FLG == 0) 2 - print text on console 8 - text is XML file 4 - parse file 16 - show node? Without TEXT flg X FLG: 0 - clear window MSG 1 - suspend peek cmd string (resume on 'X') 2 - resume on 4 - resume on 'q' 8 - print resume message on console 16 - print '\n' on console 32 - display saved cursor locations (obsolete?) With no arguments X resume suspended peek cmd string **See Also:**\\ [[jvs:fscan|fScan Home]], [[jvs:fscan:manual|fScan Manual]], [[jvs:fscan:manual:chapter3|KeyCmds]], [[jvs:fscan:manual:chapter3:winkeys|WinKeys]], [[jvs:fscan:manual:help|Manual Help]]