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:51:04 +0200
Steve Schacht (shot at frontier dot net) wrote:

> It _does_ say, though, that "b"
> is the same as the one character appearing at position 2 and that "bc" is
> the same as the two characters appearing at position 2.

Yep, and by the same token, "" is the same as the zero-character string
appearing at position 2 within "abc". I like Kevin Windham's example, i.e.

S = "a" + "" + "b" + "c"

The empty string has to occur at position 2 here, simply because it was
explicitly inserted into the string at that position. But it's there (and
everywhere) even implicitly.

- 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>