The help file for WRITEBIN states:
WRITEBIN("file", "type", endian, [M]) writes an array of scalars to the binary data file named file.
Am I correct in concluding that an array of strings cannot be written to a binary file? How would I write string data to a binary file? How could I read string data from a binary file?