Retrieving data stored in a column

$table.column_name

…returns data from a specified column in current table row.

Prior to version 3.4.4 this syntax can be also used to get table methods.Since 3.4.4 table methods can only be accessed by calling them, ^table.method[], moreover methods take precedence before fields.

Example

$tab.name

…will return value stored in column
name of the current table row.


Copyright © 1997–2021 Art. Lebedev Studio | http://www.artlebedev.com Last updated: 06.01.2016