Hi,
I created few table with makeTable command. Now, I'm trying to find the table base on the name of the table. I don't have any clue how to get that information. I can use printstruct to get see the table name but I can't store that information to a variable.
MyTable1 = makeTable("Table1")
MyTable2 = makeTable("Table2")
MyTable3 = makeTable("Table3")
how can I do a search by name ("Table1")
If I do printstruct(MyTable1), it show: "structure of type association table (table:Table1):"
but I can't extract that information
Any idea how can I get It.
Thanks for all the suggestion