SBM ModScript Reference → Programming SBM ModScript → Extension Functions → Ext.TableDisplayName()
Returns the display name of the specified table.
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. |
Type | Description |
---|---|
string |
Returns the display name of the table if the database name exists. If not, an empty string is returned. |
SBM ModScript version: 11.3.
None.
Copyright © 2007–2018 Serena Software, Inc., a Micro Focus company. All rights reserved.