Ext.TableDisplayName()

Returns the display name of the specified table.

Function Signature

 string Ext.TableDisplayName( table )

Parameters

Parameter Type Description

table

Specifies a tables's database name or TS_ID. If a non-numeric string, it is taken as the table's database name, such as "UBG_ISSUES". Otherwise, the parameter is converted to a number and taken as the table's ID.

Return

Type Description

string

Returns the display name of the table if the database name exists. If not, an empty string is returned.

Technical Details

SBM ModScript version: 11.3.

Notes

None.

Related Topics

Extension Functions

Ext.TableDatabaseName()