Title: | *OLD* ALL-IN-1 (tm) Support Conference |
Notice: | Closed - See Note 4331.l to move to IOSG::ALL-IN-1 |
Moderator: | IOSG::PYE |
Created: | Thu Jan 30 1992 |
Last Modified: | Tue Jan 23 1996 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 4343 |
Total number of notes: | 18308 |
List function outout: ------------------------------------- TOP---------------------------------- $IF F$MODE() .NES. "INTERACTIVE" THEN EXIT $DDIF:=="@SYS$LOGIN:DDIF_ANALYSIS " $Define mike "MX%""<[email protected]>""" $Define gayla "MX%""<[email protected]>""" Press RETURN to continue, GOLD MENU for options or EXIT to cancel Is there a way to overwrite the List function last line display?
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
3640.3 | No | IOSG::NEWLAND | Richard Newland, IOSG, REO2-G/L2 | Wed Dec 08 1993 17:40 | 5 |
It is not possible to overwrite, or not display, the BOTTOM marker without changing the LIST code. Richard | |||||
3640.4 | Replace '---- BOTTOM ----' with blank line? | IOSG::PYE | Graham - ALL-IN-1 Sorcerer's Apprentice | Thu Dec 16 1993 11:48 | 8 |
The message comes from the symbol 'BOTTOMMARK' in OA$BUILD:OAMESS.MSG, so althopugh you can't stop it coming out, you could replace it with a blank line. Or *possibly* with a cursor up sequence??? Changes to .MSG files are not supported by CM, so you'll need to do it manually, also a relink is required. Graham |