Using a custom delimiter with the CDM write function always returns the error: "Only one character is allowed in delimiter". The function works if the option "delimiter" is omitted. Then the default ...
If the inputs are given on one line separated by a character (the delimiter), use split() to get the separate values in the form of a list. The delimiter is space (ascii 32) by default. To specify ...