LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Sat Jun 28, 2003 4:14 pm |
The answer is obvious, isn't it? zMUD ignores case in this comparison. Add a separate test for case.
#IF ("%1" =~ "[abcd]" AND "%1" = %lower("%1")) {#SHOW %1 is in range} {#SHOW %1 is not in range}
If this were for a trigger instead of an alias, you could probably just enable the Case option. |
|