Umm, I feel kind of bad even asking... but.... Are there any plans to add String Structures to the .csv Import/Export function?
Thanks again for all the hard work you guys put into this. It is truly a pleasure to work with Domore. 
Good gracious, man...are you ever satisfied?!?

When we added the feature, we did so on the cheap and on the fly. Not supporting strings was part of a compromise to sneak the feature in when we really weren't intending to add features. However...
...since we decided to add yet another feature in 1.2.2, I have nicely asked the guys responsible for the first version of the feature, and they have graciously agreed to add string support...if it doesn't end up too sticky. Meaning...since strings can contain non-printable characters, the text based import/export needs to make some assumptions on how to handle that. The answer is to use the standard string literal format that STRPRINT uses. Non-printable characters will get expanded into "$NN" sequences, and if you use "$" in the string, it will export (and import) as "$$".
So...ask and it shall be given.
