MOO-cows Mailing List Archive
[Prev][Next][Index][Thread]
case sensitivity with set_property_info()
-
Date: Wed, 3 Apr 1996 13:43:08 PST
-
From: Brack <slayer@kaiwan.com>
-
Content-Type: text/plain; charset="us-ascii"
I tried to set_property_info() a property on me to rename it with the same
name, but different cases, but it didn't seem to work: I typed in this:
@prop me.crazy
Property added with value 0.
;properties(me)
=> {"crazy"}
and tried this:
;set_property_info(me,"crazy",{me,"r","CrAzY"})
=> 0
;properties(me)
=> {"crazy"}
I tried this on 2 MOOs running 1.8.0p2.. shouldn't renaming a property be
allowed to change the case on it since set_verb_info() allows you to do this.
Follow-Ups:
Home |
Subject Index |
Thread Index