Reading Characters
Posted: Tue Dec 14, 2004 9:32 am
Hi Y'all!!
I have a problem when I try to read each character from the value of a variable, that is:
$value="AB CD EF";
So I can not make that the code reads each and every one of the characters from $value, like reading A and keeping it in an array, and then the B and keeping in other position of the same array, and so on, and so on.
Thanks!!