KCML_String_SetNativeNewlines
Purpose
Convert string with internal HEX(0D) newline characters to native file format
Definition
DEFSUB 'KCML_String_SetNativeNewlines(BYREF str$) AS Void
Parameters
| str | String |
Description
Converts a string using internal HEX(0D) to represent newline characters to one using the native format for the platform KCML is running on (HEX(0A) for Unix and HEX(0D 0A) for Windows). If the resultant string is bigger it is redimmed.
See also
Internal KCML Functions, Internally defined structures and Internally defined enumerations and constants.