[DELETIA]
>Okay, I had this function displaying float numbers in Exponential format.
>However, now for some reason it displays nothing at first... then if I
click
>between the forms enough, it seems to display random bits and pieces of
>memory.  (symbols, etc.)
>
>Does anyone have an idea?  This just started happening after I modified my
>structures and added a new variable to them.  (Byte)  None of my other
>records have had problems in displaying, just these darned floats!  :-)
Sounds like you are having word boundary problems with your struct. If you
add a byte to a struct it may add more than 8 bits to the size of the
struct. This topic has been dealt with several times on this forum if you
trawl through the archives, I think it also gets a mention in the o'reilly.

-haemish



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to