> From: Dave Lippincott
>
> Don't pass NULL in your alert, use " " (quotes with a space or nothing).
>

That's partially correct, Dave.  If your custom alert contains ^1 ^2 and ^3,
you have to pass in a string containing at least 1 blank for each unused
replaceable parameter (^2 and ^3).  However, if your alert only contains ^1,
you have to pass in NULL for the omitted parameters (^2 and ^3).  Don't pass
in a string for any omitted parameters, and don't pass in NULL for any
parameter that is used in your alert.


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

Reply via email to