|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Wed Oct 17, 2007 9:13 pm
[2.06] Record/list variables used to be case sensitive |
Using the untitled session,
#ADDKEY Case {DB=left|db=right};#SHOW @Case %db(@Case,"db")
Displays
DB=right right
#ADDITEM Case2 {left};#ADDITEM Case2 {LEFT};ADDITEM Case2 {Left};#SHOW @Case2
Displays
left
While it might be nice to not be case sensitive, I seem to recall a number of the help docs say it is. Also this may cause some compatibility issues for some scripts.
Please let us know if this is intentional so we know if the offending help documents need to be hunted down and corrected. |
|
_________________ The only good questions are the ones we have never answered before.
Search the Forums |
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Wed Oct 17, 2007 9:20 pm |
The offending help documents need to be corrected. Keys in CMUD are not supposed to be case sensitive. Someone can check zMUD too, but I thought keys were always case INsensitive there too. But if this is working differently than zMUD then let me know.
|
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Wed Oct 17, 2007 10:22 pm |
In zMud the record variable keys were case INsensitive, lists were case sensitive. I will have to check through the docs, but off the top of my head I think there were only 2 or 3 that mentioned case sensitivity.
|
|
_________________ The only good questions are the ones we have never answered before.
Search the Forums |
|
|
|
|
|