ThisDataTable() ?
For Columns and Objects like Reports, there exists a commandobj << Get Data Table();
to get a reference to the respective data table. Is there a similar function for Table Scripts? something like This Data Table()
some lazy implementations which could lead to issues:reference the data table by its name.
Data Table ("my table") << new column("test")
this works till there is a conflict with another da...