T.R | Title | User | Personal Name | Date | Lines |
---|
3459.1 | MERGE -> FORMAT -> COPY/TYPE | VNABRW::RHOTON_J | John Rhoton @AUI - DTN 754-2345 | Wed Oct 27 1993 13:28 | 6 |
| re: .0
Martin, can't you use the FORMAT function to put it to a file and then
display the file to the screen?
John
|
3459.2 | or even FORMAT "<MERGE xyzzy" | BOOZER::MARTIN::BELL | Martin Bell, NETCC, Birmingham UK | Wed Oct 27 1993 13:49 | 14 |
| John,
i tried that, and one nice thing is that you can also pipeline the FORMAT
command to save using a temporary file, but (in v2.4) it displays a message
"Formatting ..." while it does it's stuff. It is also quite a bit slower,
especially when compared to using LIST<MERGE. I also can't remember whether
FORMAT understands REVERSE video as a valid highlight.
The message is not too serious, but for performance (as well as tidyness)
it would be nice to do without all the FORMAT overheads.
Any more ideas?
mb
|
3459.3 | OA$MRG_TTOUT | IOSG::NEWLAND | Richard Newland, IOSG, REO2-G/L2 | Wed Oct 27 1993 14:10 | 5 |
| I have never tried this but the description of MERGE in the APR Vol 2
describes using the OA$MRG_TTOUT function to direct MERGE outout to the
terminal.
Richard
|
3459.4 | OA$MRG_TTOUT is a debugging tool | BOOZER::MARTIN::BELL | Martin Bell, NETCC, Birmingham UK | Wed Oct 27 1993 14:24 | 10 |
| Humm,
i tried OA$MRG_TTOUT as well, but i guess that is intended to be a
debugging tool, rather than for full applications. It seems to only
output on line 24, and my MERGE (which calls scripts etc) causes an
access violation using OA$MRG_TTOUT but works fine with LIST.
cheers,
mb
|
3459.5 | VT100 dsab? | BOOZER::MARTIN::BELL | Martin Bell, NETCC, Birmingham UK | Thu Oct 28 1993 04:14 | 5 |
| Does anyone know which output DSAB the LIST function uses (if any) when
outputting to a terminal with VT100 style highlighting. If this can be
used with the COPY function then maybe it will give me what i need?
mb
|
3459.6 | None | IOSG::NEWLAND | Richard Newland, IOSG, REO2-G/L2 | Thu Oct 28 1993 09:42 | 4 |
| The LIST function outputs to the terminal directly using QIOs.
Richard
|
3459.7 | | BOOZER::MARTIN::BELL | Martin Bell, NETCC, Birmingham UK | Thu Nov 04 1993 10:14 | 7 |
| Well in the end i took John's (.1) advice, and FORMATted to a file
and then typed it to the screen. The "Formatting document . . ." appears
on line 24, so a 23 line "document" makes for quite a nice display.
Thanks for all the ideas,
mb
|