function cdb_getTableNames()


Summary

This function returns all table names currently in your config file.

Outputs

(String) – A line-delimited list of all table names.

API Version

Examples

local tTableNames

put cdb_getTableNames() into tTableNames

#Output: clients
#        orders
#        employees