Ext.TableSingularName()

Returns the singular name of the specified table.

Function Signature

 string Ext.TableSingularName( table )

Parameters

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.

Return

Type Description

string

Returns the singular name of the specified table. Returns an empty string if the specified table does not exist.

Technical Details

SBM ModScript version: 11.3.

Notes

None.

Related Topics

Extension Functions