Paul Nevai wrote <1908@palm-dev-forum>...
>
>However, FrmCustomAlert (MyGenericAlert, "a", "b", ""); works. Why?
>
>

Well, NULL as argument gives the NULL as pointer (address) of the String to
FrmCustomAlert, this address obviously is not allowed to access. "" however,
gives a valid address pointing to a cell in memory containing 0 ( the string
end indicator).




-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to