From: "Matt Graham" <[EMAIL PROTECTED]> > "\0" is a type (char *) with value "\0".
Actually, I think it is a two-element const array of char, both elements of which are 0. > If you tried passing '\0' to any string functions, it would probably not > work, because it would be like passing a null pointer as a parameter. You can't really pass a char to a function expecting a char* without a cast. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
