I could be a non-printable character such as line feed. I'd take a look at
the variable and see if there is an extra character (hint: look at your
string in hex and match with your favorite ASCII chart).
Or you might not have enough memory associated with the string you are
displaying. Make sure it has at least (StrLen+1)*sizeof(Char) bytes
allocated. Once in a while I forget the extra byte for NULL and the string
appears to have extra characters.
----- Original Message -----
From: "Jeremy Nuss" <[EMAIL PROTECTED]>
Newsgroups: palm-dev-forum
To: "Palm Developer Forum" <[EMAIL PROTECTED]>
Sent: Tuesday, July 03, 2001 10:17 AM
Subject: Table problem
> Hello everyone, I'm having some problems with tables displaying funky
> characters.
>
> I have a table with two columns and some rows, the text in one column
> somtimes displays a Box character at the end of strings that I put in the
> cells. All the cells are Text fields which are non editable (why oh why
do
> they HAVE to put a colon on the ends of labels, doh.). If I send the
> offending strings to other Text fields just to see whether the offending
box
> character is part of the string it doesn't show up, they only show up in
the
> table text fields... anyone had a problem similar to this?
>
>
>
> --
> For information on using the Palm Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/tech/support/forums/
>
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/