"Gregg Woodcock" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Please note that in all the FrmCustomAlert calls, I forgot to add the
third
> string varaible which I intended to be ">".

MY BAD!!!  It has nothing to do with "char" -> "Char" but rather with
"char" -> "static const char" (or "static const Char").  The addition of the
"static const" is what makes it NOT work.  When it is "static const",
indexing with a variable doesn't work but indexing with a literal constant
does.  Why?



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to