listwebtables(
DATABASE
)

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

VersionStatusNotes
10.2No ChangeCarried over from Panorama 6.0.