I'm trying to figure out some of the details of the StrPrintF function:

suppose:

char *sdf, *ghj, *klm;
sdf = "ABC";
ghj = "XYZ";

How could I put sdf en ghj into another variable klm (becoming klm == "ABCXYZ") using the StrPrintF function? Or are there better ways of managing 'strings'?

Thx in advance,
--PieterJ.



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

Reply via email to