Posted by Geoff Berrow on 09/14/05 20:07
I noticed that Message-ID: <5pYVe.5204$hQ4.333@newsfe4-win.ntli.net>
from Oli Filth contained the following:
>Ummm:
>
> $word = "single";
> echo $word[0] . " " . $word[1] . " " . $word[2];
>
>Although, this isn't a proper array.
Ummmm...ITYM
$word = "single";
echo $word{0} . " " . $word{1} . " " . $word{2};
--
Geoff Berrow 0110001001101100010000000110
001101101011011001000110111101100111001011
100110001101101111001011100111010101101011
Navigation:
[Reply to this message]
|