[738] in Coldmud discussion meeting

root meeting help first first in chain previous in chain previous next last

Re: strings

daemon@ATHENA.MIT.EDU (Sat May 13 12:54:53 1995 )

From: brandon@avon.declab.usu.edu
To: coldstuff@MIT.EDU
In-Reply-To: Your message of "Sat, 13 May 95 05:43:26 EDT."
             <199505130943.FAA10073@Access.Mountain.Net> 
Date: Sat, 13 May 95 10:52:35 -0600

< Lookit this, from 0.12.1-c:
< 
< ;"B" in "ABC"
< --> 0
< ;"b" in "ABC"
< --> 2
< 
< ;strsub("ABC", "B", "-")
< --> "ABC"
< ;strsub("ABC", "b", "-")
< --> "A-C"
< 
< Do you guys already know about this, and just accept it?

Its a known bug, I forgot to add it to the list of bugs on the ColdX
development list.  It is there now.

< Or is it fixed in "ColdX"?

Nope.

-Brandon