You could use HUSH ON and HUSH OFF within the program, or you could execute
the program from another BASIC program using the EXECUTE statement's
CAPTURING clause. You could also run the program from unix using output
redirection, i.e:
        udt progname > /dev/null

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Burwell, Edward
Sent: Wednesday, April 27, 2005 12:22 PM
To: '[email protected]'
Subject: [U2] Run a program in "Silent" mode


Hello,

Is there a simple UniBasic command (kinda like ECHO OFF) that would cause
all PRINT @(x,y) statements to be suppressed?

I have a program that prints to the screen that I want to run in an
"automatic" mode and I want it to not print to the screen.  We are on
UniData 6 - aix.  Thanks.

Ed Burwell
[EMAIL PROTECTED]
973.361.5400 x1512
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to