listwebtables
DATABASE
,
LIST

The listwebtables statement generates a list of web tables (generated by the Text Export wizard) in the specified database.


Parameters

This statement has two parameters:

database – name of the database, or “” for current database.

list – name of field or variable to receive the result.


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.

local templates
listwebtables "",templates

The list is returned as a carriage return delimited text array.


See Also


History

VersionStatusNotes
10.2No ChangeCarried over from Panorama 6.0.