Re: Strings and the like.
- Posted by Everett Williams <rett at GVTC.COM> Dec 11, 1999
- 545 views
Irv Mullins wrote: >For the rarer case when we actually need a byte-by-byte comparison returned - >(somebody suggest an appropriate keyword) >a = "Bart" >b = "Bill" >? coincidence(a,b) >returns: {1,0,0,0} > >Regards, >Irv Had I reminded you about that really "sharp" sense of humor of yours... coincidence...as in is it just a coincidence that these two are alike or coincidence as in do these coincide? Actually, I don't see the need for a special function. It should be quite easy for the interpreter to "interpret" when one value or multiple values are needed. Everett L.(Rett) Williams rett at gvtc.com