I want to know how to get the information from a table using tinfo. basically I have a table named "coords" and I am running:
tinfo("coords")
but I dont know how to get the output from this task. For example the number of columns "ncols". From the manual of the tinfo task they show the following example:
"Get size information about the file m87pol.tab, but do not print the information to STDOUT, just put the values into parameters"
tinfo m87pol ttout=no
What does it means: Put the values into parameters? How you get the information?
I tried also with the option ttout=yes (display values on terminal) but it shows only the default values and not the real information from the table.