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