Hi.
I need is to save the content of AdvStringGrid inside a file. Something like
SG1->SaveToCSV("test.csv");
but this has two problems: First, it saves cells using html formatting. How to save it using StrippedCells? Second, I would need an option to choose a delimiter between columns. Using CSV default delimiter is "," but how do I set some else?