The listwebtables( function returns the list of web tables (generated by the Text Export wizard) in the specified database.
Parameters
This function has one parameter:database – name of the database. If “” or omitted, the current database will be used.
Description
This statement generates a list of web tables (generated by the Text Export wizard) in the specified database. This example gets the list of web tables into the local variable named templates.
let templates = listwebtables("")
The list is returned as a carriage return delimited text array.
See Also
History
Version | Status | Notes |
10.2 | No Change | Carried over from Panorama 6.0. |