Paul Kraus wrote:
> 
> My UNIX system prints these print commands to printer to set font as
> well as page breaks ect... I need to be able to add them to my reports
> but just inserting them doesn't do the trick so I am guessing I need the
> actual ASCII codes to do it.
> 
> Here is the text the would print if I redirected the report to file
> rather then the printer.
> [120;72 G[120;43 G


print "\e[120;72 G\e[120;43 G"



John
-- 
use Perl;
program
fulfillment

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to