CurrentTables

<< >>

Navigation:  CodeStencil > Custom Library > Code Nanites > Table Related >

CurrentTables

Expansion Label:

CS_CURRENT_TABLES

Dependency:

CS_TABLE_LIST, CS_TABLE_LISTS

Description:

Returns a Pluralized string representing the current table accessed by a prior call to [%CS_TABLE_LIST%]

 

Assuming you create a node with the label - [%CS_TABLE_LISTS%].cs as shown below:

 

CS_clip0001

 

And then add the [%CURRENT_TABLES%] code nanite as the code:

 

CS_clip0002

 

When the code is generated, each file will output the name of the table currently being processed.

 

CS_clip0003