Reads a whitespace delimted word out of buffer into word. If comma is TRUE, then commas are treated just like white space, otherwise they are treated like normal characters.
Words containing white space may be wrapped in double inverted commas. A \ is used as an escape character and maybe used to escape *any* following character. In particular: "\\" -> '\' To get a backslash "\ " -> ' ' To get a hard whitespace (alternatively wrap the string in double inverted commas) "\"" -> '"' To get a double inverted comma
Created: 10.06.99 Last Modified: 10.06.99
Reads a whitespace/comma delimted word out of buffer into word.
Words containing white space may be wrapped in double inverted commas. A \ is used as an escape character and maybe used to escape *any* following character. In particular: "\\" -> '\' To get a backslash "\ " -> ' ' To get a hard whitespace (alternatively wrap the string in double inverted commas) "\"" -> '"' To get a double inverted comma
Created: 10.06.99 Last Modified: 10.06.99
Reads a whitespace delimted word out of buffer into word. Commas are treated just like normal characters.
Words containing white space may be wrapped in double inverted commas. A \ is used as an escape character and maybe used to escape *any* following character. In particular: "\\" -> '\' To get a backslash "\ " -> ' ' To get a hard whitespace (alternatively wrap the string in double inverted commas) "\"" -> '"' To get a double inverted comma
Created: 10.06.99 Last Modified: 10.06.99