window_table

Returns a table's name.

Available in:

Apps (win) Apps (char) Reportwriter RPC Standalone PL
X X      

Syntax

string window_table(table-index)
int          table-index

Description

Returns a table's name.
table-index specifies the zero-based table index.

Example

The following displays the table name of the current field.
prompt(window_table(ascii(field_tid())-ascii("A")));