|
boromir Newbie
Joined: 06 Jul 2003 Posts: 4 Location: USA
|
Posted: Sun Jul 06, 2003 9:01 pm
unwanted screen output from forall |
I have a FORALL command set up to empty a working list. When I run that particular alias to empty the list, ZMUD thinks I am running a command and repponses with HUH? for each entry I delete from the list.
How can I get that to stop.
the FORALL is :
FORALL @templist(delitem,%i)
any suggestions would be appreciated
Thanks |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Sun Jul 06, 2003 10:12 pm |
#VAR templist %null
|
|
|
|
Jah Wanderer
Joined: 11 Oct 2000 Posts: 52 Location: Sweden
|
Posted: Mon Jul 07, 2003 5:52 am |
#forall @templist { #delitem templist %i }
|
|
|
|
boromir Newbie
Joined: 06 Jul 2003 Posts: 4 Location: USA
|
Posted: Thu Jul 10, 2003 2:08 am |
thanks much for the info ....
I ended up going another route however I will use this info in new script I am working on!! |
|
|
|
|
|