|
Churlant Novice
Joined: 17 Oct 2002 Posts: 44 Location: USA
|
Posted: Tue Feb 24, 2004 8:18 am
Toolbar Who List |
Basically I want to list about 2-4 names across a horizontal toolbar, if possible, taking them from periodic checks. Capturing names is one thing, but I'm a bit fuzzy on toolbar creation and maintenance. The initial information to be added looks like this:
[1 tr th] Bobby Smith is here
[29 hy me] Captain Bart is here
Then take those two names and place them in an updating toolbar :p for quick reference.. suggestions appreciated. |
|
|
|
Kjata GURU
Joined: 10 Oct 2000 Posts: 4379 Location: USA
|
Posted: Tue Feb 24, 2004 3:15 pm |
Capture all the names and put the all inside one variable (you can separate them with spaces or whatever you like since the contents of the variable will be shown as they appear). Then you can use the status bar to display the variable:
#STATUS names |
|
|
|
|
|