MOO-cows Mailing List Archive

[Prev][Next][Index][Thread]

case sensitivity with set_property_info()



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