EncodeExcelCSV (open)
Encode excel CSV value
Syntax
LOADLIB "wh::filetypes/csv.whlib";
STRING FUNCTION EncodeExcelCSV(STRING unquoted)Parameters
STRING unquotedUnquoted string to quote
Return value
STRINGQuoted 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