Hi Katie,

Got an overview of ur String Null Problem,it seems like the parameter you are 
passing to function is "Call By Value",Instead of passing the value of the 
Buffer,try to pass the "Address" of the varible,By using "Adress-of" operator 
i.e '&'.
  
Try to initialize your char Buffer everytime with a value & concat it with a 
Null terminating character.
-- 
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to