Help - Special keyword

From GraphicMeasurer Help
Jump to: navigation, search

Special keywords in the GraphicMeasurer are keywords of the result sheet language that allow you to access specific data about the environment of the expression the keyword is used in. E.g. the keyword _R allows you to retrieve the index of the row where the result sheet language expression containing this keyword is located.

Examples

Expression Result
_R The index of the current row
_V[5; 1] The value of the first row of the fifth column of the result sheet
_V[_C; _R - 1] + 1 The value the cell that is located directly above this cell plus 1

See also