mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
14 lines
424 B
Plaintext
14 lines
424 B
Plaintext
{
|
|
"name": "array",
|
|
"type": "function",
|
|
"groups": ["Arrays"],
|
|
"description": "Returns an array containing all the values passed as parameter.",
|
|
"variableLenArguments": true,
|
|
"arguments": [
|
|
{"arg":"value1", "syntaxOnly": true},
|
|
{"arg":"value2", "syntaxOnly": true},
|
|
{"arg":"value", "descOnly": true, "description":"a value"}],
|
|
"examples": [ { "expression":"array(2,10)", "returns":"[ 2, 10 ]"}
|
|
]
|
|
}
|