the function depends on the language you use, not on which
computer/palm/etc. your software will run.
i suppose, you are now programming your software in 'C' ?
if so, you don't need such a function, you can use:

{
char variable;

variable = 97;
variable = 'a';
variable = 0x61;
variable = 0b1100001;
variable = '\141';
}

which has all the same result: storing 0x61 in [variable]


________________
Andreas Kopp
miprotek GmbH
+49.4161.7404-12
[EMAIL PROTECTED]






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

Reply via email to