#Testing Printer
Is there a way under arexx to test whether the printer is available? I can
write to it i.e:
if open(print,'PRT:','w') then
call writeln(print,line)
Allan Baer ( Be part of the solution, not part of the problem. )