2006/9/14, Norbert Wenzel <[EMAIL PROTECTED]>:
Hi,
just for fun I tried the following code:
for($letter = 'A'; $letter <= 'Z'; ++$letter) {
echo($letter . ' ');
}
What surprised me was the output, which looked like this:
A B C [...] Y Z AA AB AC [...] YY YZ
I don't have any idea h
On Thu, 2006-09-14 at 12:51 -0500, Ray Hauge wrote:
> On Thursday 14 September 2006 12:41, Robert Cummings wrote:
> > On Thu, 2006-09-14 at 19:26 +0200, Norbert Wenzel wrote:
> > > Hi,
> > >
> > > just for fun I tried the following code:
> > >
> > >
> > > for($letter = 'A'; $letter <= 'Z'; ++$lett
On Thursday 14 September 2006 12:41, Robert Cummings wrote:
> On Thu, 2006-09-14 at 19:26 +0200, Norbert Wenzel wrote:
> > Hi,
> >
> > just for fun I tried the following code:
> >
> >
> > for($letter = 'A'; $letter <= 'Z'; ++$letter) {
> > echo($letter . ' ');
> > }
> >
> >
> > What surprised
On Thursday 14 September 2006 12:26, Norbert Wenzel wrote:
> Hi,
>
> just for fun I tried the following code:
>
>
> for($letter = 'A'; $letter <= 'Z'; ++$letter) {
> echo($letter . ' ');
> }
>
>
> What surprised me was the output, which looked like this:
>
> A B C [...] Y Z AA AB AC [...] Y
Norbert Wenzel wrote:
Hi,
just for fun I tried the following code:
for($letter = 'A'; $letter <= 'Z'; ++$letter) {
echo($letter . ' ');
}
What surprised me was the output, which looked like this:
A B C [...] Y Z AA AB AC [...] YY YZ
I don't have any idea how these letters get printed o
> What surprised me was the output, which looked like this:
>
> A B C [...] Y Z AA AB AC [...] YY YZ
>
> I don't have any idea how these letters get printed out, so
> I'd appreciate any guesses or explanations.
http://www.php.net/manual/en/language.operators.increment.php
--
PHP General Maili
On Thu, 2006-09-14 at 19:26 +0200, Norbert Wenzel wrote:
> Hi,
>
> just for fun I tried the following code:
>
>
> for($letter = 'A'; $letter <= 'Z'; ++$letter) {
> echo($letter . ' ');
> }
>
>
> What surprised me was the output, which looked like this:
>
> A B C [...] Y Z AA AB AC [...]
Hi,
just for fun I tried the following code:
for($letter = 'A'; $letter <= 'Z'; ++$letter) {
echo($letter . ' ');
}
What surprised me was the output, which looked like this:
A B C [...] Y Z AA AB AC [...] YY YZ
I don't have any idea how these letters get printed out, so I'd
appreci
8 matches
Mail list logo