Lasso Soft Inc. > Home

[ table_name ]

Method

[Table_Name] returns the name of the current table.

If this method is called within [Inline] code blocks, it returns the name of the table which is specified in the parameters of the opening [Inline] method.

  • Syntax
Table_Name
Examples
  • Beginner

To return the name of the database being used for the current action:

Use the [Table_Name] method. The following example simply displays the name of the table being searched in an [Inline] code block to the visitor.

Code

Inline(
	-Database='Contacts', 
	-Table='People', 
	-FindAll
	)
	'The table '+Table_Name+' is being searched.'
/Inline

Result

The table People is being searched.

Recent Comments

No Comments found

Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.

LassoSoft Inc. > Home

 

 

©LassoSoft Inc 2015 | Web Development by Treefrog Inc | PrivacyLegal terms and Shipping | Contact LassoSoft