Hi everybody, I am having a really strange problem. the following code does not
work

 char buf[16];
 StrPrintF(buf,"telephone%c", 's');

it simply puts telephone in buf. Also in order fro me to print int ( I am using
4 byte option) I have to do this
char buf[16];
StrPrintF(buf,"telephone  %ld", 1234);
 or else garbage is being printed.

I am using CW version 6? any idea

Thanks

Arman Nikzad



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to