In article <54626@palm-dev-forum>, [EMAIL PROTECTED] says...
> --On 27 June 2001 15:19 -0400 Jimi Malcolm <[EMAIL PROTECTED]> wrote:
> > FrmSetTitle(FrmGetActiveForm(), "My Title");
> > without the "\0" would probably work just as well.
> Doubt it very much!.. How would the API know when the string ends?
The C compiler automatically includes the '\0' at the end, so "hello"
produces a pointer to {'h', 'e', 'l', 'l', 'o', '\0'}. Manually including
the '\0' doesn't hurt, but it's redundant.
-Thomee-
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/