That's slick! Thanks!
Dave
"Danny Epstein" <[EMAIL PROTECTED]> wrote in message
news:47201@palm-dev-forum...
>
> "Dave Sours" <[EMAIL PROTECTED]> wrote in message
> news:47182@palm-dev-forum...
> > One approach I'm considering is to
> > write to the Memo Pad database, so that I can either view it in Memo Pad
> or
> > HotSync it with my PC and view it there (preferable). But I don't know
> the
> > format for the database.
>
> The format of Memo Pad's database is trivial: the records are just
> null-terminated strings. See the Memo Pad app source for details. Another
> alternative is to write to the HotSync log using the undocumented
function:
> DlkSetLogEntry(aString, StrLen(aString), true);
> You'll need to #include <DLServer.h>. I've found this to be quite useful
for
> debugging comms code.
> --
> Danny Epstein
> OS Engineer, Palm Inc.
>
>
>
>
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/