>As far as style goes, I try to keep my use of globals to a minimum.  I'm
not
>too fond of variables with file scope either, though.  Sometimes, though,
>you've just gotta.  (Hey, Palm Guys, how about four bytes of user storage
in
>the form structure!  Let me get rid of a lot of my statics, please.)

You could use a gadget to store data associated with a form. Place it
outside the display area and use FrmSetGadgetData() and FrmGetGadgetData()
to store/read the 4 bytes.

// Niklas

Reply via email to