CurrentTable

<< >>

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

CurrentTable

Expansion Label:

CS_CURRENT_TABLE

Dependency:

CS_TABLE_LIST

Description:

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

 

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

HM_clip0093

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

 

HM_clip0094

 

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

 

HM_clip0095