mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-04 00:30:59 -05:00
8 lines
250 B
Plaintext
8 lines
250 B
Plaintext
|
{
|
||
|
"name": "array_last",
|
||
|
"type": "function",
|
||
|
"description": "Returns the last value of an array.",
|
||
|
"arguments": [ {"arg":"array","description":"an array"} ],
|
||
|
"examples": [ { "expression":"array_last(array('a','b','c'))", "returns":"'c'"}]
|
||
|
}
|