Export the entire contents of the table to a string variable. Convenient for technological work to analyze the contents of the table in the course of debugging programs. The result can be output via cout << text; to the message window.

Call:

ts_table(iTableDescr,"print_to_str", string &text);


Here:

text - a string with the result - the contents of the table line by line with the number of lines, and listing the values ​​with the names of the columns.