>>Hi people,
>>
>>I have a problem very rare. I have the following code
>>
>>char ch[2];
>>
>>ch = "2";
>
>ch = '2';
>
>-Rus
>
>Shouldn't that be:
>
>ch[0] = '2';
>
>-John

Ugh, Thanksgiving carryover...

And I've been doing this for HOW long???

-Rus

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to