Solved
Export multiple lines cell text
Hi,
I have a toolkit that export a table into a text file the way I need it to be ... this part is fine.
The problem I am facing is that some time a cell may have is text on two lines (into the same cell).
Anyone knows if there's a way to export that, right now I am only getting the first line in the cell.
This is the function I am using:
error = ProDwgtableCelltextGet(&CurrTbl, ii, i, ProParamMode(1), CellText);
Thanks

