The field object displays strings, so something like this works:

int i = 5; // i is your integer
char * intBuf = MemPtrNew(10); // upto 9999999999 
StrPrintF(intBuf, "%d", i);
FldInsert(blah...);     // insert the string into your field using whatever
MemPtrFree(intBuf);

-----Original Message-----
From: prasad [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 08, 2002 2:12 PM
To: Palm Developer Forum
Subject: How integer set to field


Hi,
    I am facing the problem on fields.i want set the integer to field.so any
body have idea on this please tell me
thanks,
laxma.


-------


_____________________________________________________________
Get Your Free ScanMail and Email At http://www.bharatmail.com

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

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

Reply via email to