tableStr Function

Converts to a string representing the table specified by table.


str tableStr(int table)

Parameter

Description

table

tbd

If the table does not exist you will get a syntax error.

The following example assigns the name of the table CustTable to MyTxt.

str MyTxt;
;
MyTxt = tableStr(CustTable);

Community Additions

ADD
Show: