|
Posted by Exyle on 11/11/46 11:20
Geoff Berrow wrote:
> I noticed that Message-ID: <42c8734a$1_1@spool9-west.superfeed.net> from
> Exyle contained the following:
>
>
>>$string = "Hello";
>>
>>for($i = 0; $i < strlen($string); $i++) {
>> $array[$i] = substr($string, $i, 1);
>>}
>
>
> <fx: smacks forehead> Of course, that's much easier that using
> $string{n}
LOL, no, thats why I was saying thank you. I found a way on my own but
yours is quite a bit easier for my purposes.
Navigation:
[Reply to this message]
|