|
ulmus Beginner
Joined: 10 Oct 2002 Posts: 11 Location: Poland
|
Posted: Sat Mar 20, 2004 10:41 pm
problem with #FORALL |
I have Zmud 7.04
The problem is:
#VAR lista {n|s|w|e}
#FORALL {n|nw|se|e} {#SHOW %ismember(%i,@lista)}
The result will be:
1
0
0
4
but I see
0
0
0
0
Why? |
|
|
|
Talahaski Enchanter
Joined: 10 Oct 2000 Posts: 656 Location: USA
|
Posted: Sun Mar 21, 2004 12:30 am |
works perfectly for me. perhaps you have another variable called lista.
|
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Sun Mar 21, 2004 12:46 am |
The most likely possibility is that you stuck your variable in a disabled class.
|
|
|
|
|
|