EncodeExcelCSV (open)
Encode excel CSV value
Syntax
LOADLIB "wh::filetypes/csv.whlib";
STRING FUNCTION EncodeExcelCSV(STRING unquoted)
Parameters
STRING unquoted
Unquoted string to quote
Return value
STRING
Quoted string
Description
This function encodes a string for excel CSV format, by adding double quotes around the text and escaping double quotes with double-double quotes