Hi,

I have an array which contains letters.  I need to increment these letters
in the array one at a time.  For example going from B to C.  I was trying
something like

$array[$x]++;

however that increments the letter to the number 1.  Does anyone have any
ideas?  Thanks in advance.

Allison


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to