Hi,
I'm trying to access the GlobalTables folder in the model tree to search through each node to inspect the table names.
I've tried using:
for (int num = 1; num <= treeLength; num++) {
currNode = model().subnodes[num];
But that doesn't go into Model>tools>GlobalTables
Does anyone know how I can direct the search to the folder that I want within the model tree?
Thank you