Re: FldGetTextLength (fldP) and StrLen (FldGetTextPtr (fldP))

2001-02-25 Thread Ken Krugler
At 12:00am -0800 01-02-24, Palm Developer Forum digest wrote: Subject: Re: FldGetTextLength (fldP) and StrLen (FldGetTextPtr (fldP)) From: [EMAIL PROTECTED] Date: Fri, 23 Feb 2001 12:09:15 - X-Message-Number: 88 What if you're using multibyte character (non-English)? Are there any

Re: FldGetTextLength (fldP) and StrLen (FldGetTextPtr (fldP))

2001-02-21 Thread Young S. Cho
What if you're using multibyte character (non-English)? "Paul Nevai" [EMAIL PROTECTED] wrote in message news:40222@palm-dev-forum... Are there any circumstances when FldGetTextLength (fldP) != StrLen (FldGetTextPtr (fldP)) ??? Best regards, Paul -- For information on using

Re: FldGetTextLength (fldP) and StrLen (FldGetTextPtr (fldP))

2001-02-19 Thread Philip Sheard
Are there any circumstances when FldGetTextLength (fldP) != StrLen (FldGetTextPtr (fldP)) yes, if the field is empty. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

RE: FldGetTextLength (fldP) and StrLen (FldGetTextPtr (fldP))

2001-02-19 Thread Jacky Cheung
I may be wrong but I think if fldP is empty, you may get error when you do StrLen(NULL) (I have this problem before). But FldGetTextLength should work fine. Jacky -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Paul Nevai Sent: Tuesday, February 20,