Is there a way to detect what the current output device/location is?
It seems there should be a CVAL option to get it.

Example of usage:

output myfile.txt
do some stuff

if something then
  set var voutput = (cval('output'))   -- ???? should return 'myfile.txt'
  output errfile.txt
    do error stuff
  output &voutput
endif

I was just wondering if something like this has been added and I just can't 
find it in the documentation.

Thanks,

Troy Sosamon

Troy Sosamon
Denver Co
[EMAIL PROTECTED]

================================================
TO SEE MESSAGE POSTING GUIDELINES:
Send a plain text email to [EMAIL PROTECTED]
In the message body, put just two words: INTRO rbase-l
================================================
TO UNSUBSCRIBE: send a plain text email to [EMAIL PROTECTED]
In the message body, put just two words: UNSUBSCRIBE rbase-l

Reply via email to