How about count()

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

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

Reply via email to