tablePName Function

Converts to a string containing the printable name (the label) of the specified table.


str tablePName(int table)

Parameter

Description

table

tbd

The following example assigns "Customer table" (which is the label of the table CustTable) to MyTxt.

str MyTxt;
;
MyTxt = tablePname(CustTable);

Community Additions

ADD
Show: