 |
BlackSmith Apprentice

Joined: 08 Dec 2002 Posts: 152
|
|
|
|
 |
MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Thu Feb 17, 2005 12:12 am |
The status line has never been multi-lined. You can instead make a status window, or you can employ a trick or two using alarms or buttons if you don't absolutely need to see every bit of information at all times.
STATUS WINDOW version
#STWIN {how you want it to look}
ROTATING STATUS LINE version
#alarm *10 {#add BarCount 1;BarCurrent = @Line@BarCount}
#status {@BarCurrent}
As usual, refer to the help file to verify exact syntaxes if things aren't working as intended |
|
_________________ EDIT: I didn't like my old signature |
|
|
 |
|
|
|