10 lines
286 B
Plaintext
Raw Normal View History

{
"name": "var",
"type": "function",
2020-07-02 01:46:48 +01:00
"groups": ["General"],
"description": "Returns the value stored within a specified variable.",
"arguments": [ {"arg":"name","description":"a variable name"}],
"examples": [ { "expression":"var('qgis_version')", "returns":"'2.12'"}
]
}