WriteStructsToText(filename,theStructs)
Write a tab delimited text file. The first row should
contain the field names for a structure. Each following
row contains the data for one instance of that structure.
This routine writes each element of the structure array as a row.
Only numeric and string field values are supported.
06/16/03 dhb Wrote it.
07/01/03 dhb Support string fields too.
08/12/06 dhb Call filetype only if OS9.
Psychtoolbox/PsychFiles/WriteStructsToText.m