realbasic-betas.mbox
[Top] [All Lists]

Re: REALbasic 4.5.1fc1 Now Available

To: REALbasic Betas <realbasic-betas at lists dot realsoftware dot com>
Subject: Re: REALbasic 4.5.1fc1 Now Available
From: "Michael J. Hußmann" <michael at michael-hussmann dot de>
Date: Thu, 1 Aug 2002 00:34:27 +0200
Steve Schacht (shot at frontier dot net) wrote:

> > I think that it makes good sense as it is.
> 
> How so?  How can a string that contains something be the same as an empty
> string?

Nobody claims it's the same, just that both can occur at the same
position. Nothing unusual about that, really, since

InStr(2, "abc", "b") = 2
InStr(2, "abc", "bc") = 2

doesn't imply that "b" and "bc" were the same, either. 

- Michael

Michael J. Hussmann

E-mail: michael at michael-hussmann dot de
WWW: http://michael-hussmann.de



<Prev in Thread] Current Thread [Next in Thread>