mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
9 lines
274 B
Plaintext
9 lines
274 B
Plaintext
{
|
|
"name": "array_last",
|
|
"type": "function",
|
|
"groups": ["Arrays"],
|
|
"description": "Returns the last value of an array.",
|
|
"arguments": [ {"arg":"array","description":"an array"} ],
|
|
"examples": [ { "expression":"array_last(array('a','b','c'))", "returns":"'c'"}]
|
|
}
|