Functions
definition
external
"CASL_NumericSpace";
function GetNumericSpace as string;
# Returns the right numeric space character
# regardless of the current PalmOS version.
# Needed, because the numeric space character has
# changed in PalmOS V3.3 and higher
function
GetHorizEllipsis as string;
end_external;
|