What is a valid quoted string?
In GCL, a quoted string starts and ends with a double-quote character (“), not to be confused with the opening and closing double quotes (). It consists of a single line of text up to 1023 characters long (if this is not enough for you, change the definition of LBSIZE in gcl.h to one more than you need, and recompile).