>I found this code useful and interesting, but I don't understand how dSep is
>defined. Is that a  constant you defined somewhere or is that a Palm defined
>type?

Sorry about that. It's the device-defined decimal separator character 
from preferences. A global. Here's how we get them:

kSep, dSep;     // 1000ths and decimal characters

UInt32   pref = PrefGetPreference  ( prefNumberFormat );
LocGetNumberSeparators  (( NumberFormatType ) pref, &kSep, &dSep);

Regards,
Steve Mann
-- 
-------------------------------------------
Creative Digital Publishing Inc.
1315 Palm Street, San Luis Obispo, CA 93401-3117
-------------------------------------------
805.784.9461              805.784.9462 (fax)
[EMAIL PROTECTED]       http://www.cdpubs.com

-- 
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