Alex d7ffe0b7ec
DelazJ bonification
Co-authored-by: Harrissou Sant-anna <delazj@gmail.com>
2022-01-11 11:17:49 -05:00

11 lines
219 B
Plaintext

{
"name": "$rownum",
"type": "function",
"description": "Returns the number of the current row.",
"examples": [{
"expression": "$rownum",
"returns": "4711"
}],
"tags": ["row", "number", "current"]
}