|
john_taylor_jr Wanderer
Joined: 17 Jan 2003 Posts: 57 Location: USA
|
Posted: Tue Mar 18, 2003 11:53 pm
Status window and string lists |
I want a list of players called wizon
to appear in my status window like this
tom
jack
alice
as opposed to tom|jack|alice
How would I go about doing this?
Technology is my friend. |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Wed Mar 19, 2003 12:51 am |
%expandlist( @wizon, %lf)
LightBulb
Advanced Member |
|
|
|
glor Beginner
Joined: 25 Feb 2003 Posts: 10
|
Posted: Sun May 11, 2003 6:24 am |
Hm, I tried doing this, and the syntax seems all correct (it's highlighted blue), but the status window just displays the command instead of evaluating it basically. Like, in the case used, the status window displayed: %expandlist( @wizon, %lf). Have I done something wrong?
|
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Sun May 11, 2003 5:06 pm |
The only thing I can suggest is to check your Preferences. It works fine for me in version 6.62 (and also worked in 6.40).
#ADDI wizon Tom
#ADDI wizon Jack
#ADDI wizon Alice
#STW {%expandlist( @wizon, %lf)}
LightBulb
Advanced Member |
|
|
|
|
|