(since Version 0.0.1)
getCurrentValueByName -- Returns the Value of the Column colName of the current
Row
string getCurrentValueByName (string colName)
Returns the Value of the Column colName of the current Row.
The current Row can be changed with the functions next(),
prev() oder setPos().
colName |
Name of the Column for which the value is to read |
Value of the Column colName at the current Position (row)