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/
- RE: StrPrintF example needed Pieterjan Vandegaer
- RE: StrPrintF example needed Mike Walters
- Re: StrPrintF example needed Mark Wilden
- Re: StrPrintF example needed James
- Re: StrPrintF example needed Aaron Ardiri
- Re: StrPrintF example needed James
- Re: StrPrintF example needed Mark Wilden
