> That's how you could do it ...
> 
> $ar = array();
> 
> $len = strlen($a);
> for ($i = 0; $i < $len; ++$i) {
>     $ar[] = $a{$i};
> }

If I remember well strlen is used for checking the length of a string...


Arthur

____________________________________________________

Looking for a job!? Use the smart search engine!!
Find a Job from Millions WorldWide... 
http://search.jobsgrabber.com
____________________________________________________

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to