<off topic>
> char TempCode[5] = "0000\0";
Correct me if I'm wrong, but don't you assign arrays in this fashion?
// Assuming that the \0 was a NUL terminator
char TempCode[] = "0000";
// or
char TempCode[5] = {'0', '0', '0', '0', '\0'};
</off topic>
Sincerely,
Timothy D. Astle
People on Jolt cola write the funniest things.
A-10 Obedience Guide,
Kitty Hawk Studios
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/
- Newbie to Palm question about using variable Patrick Ouellet
- RE: Newbie to Palm question about using variable Stuart Nicholson
- Re: Newbie to Palm question about using variable Patrick Ouellet
- RE: Newbie to Palm question about using variable Stuart Nicholson
- RE: Newbie to Palm question about using variable McMicken, Steven
- Re: Newbie to Palm question about using variable Richard M. Hartman
- Re: Newbie to Palm question about using variable Tim Astle
- Re: Newbie to Palm question about using variable Patrick Ouellet
- RE: Newbie to Palm question about using variable Nesse, Rustin
- Re: Newbie to Palm question about using variable Richard Burmeister
- RE: Newbie to Palm question about using variable Nesse, Rustin
- Re: Newbie to Palm question about using variable Richard M. Hartman
- Newbie to Palm question about using variable Stringer
