Object Inquiry Built-in Function
Return the column delimiter string for a table.
column delimiter of TABLE_NAME
TABLE_NAME
The identifier for a table.
Description
Use this built-in function to return the column delimiter string for a table; for example, "," or "\t". The column delimiter returned will always be one character long.
Example
response to item ColDelim_MC from Menu_AB
copy (column delimiter of Table_TBL) to Str_SV
action CtrlToStr
action GetStrDef