mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
13 lines
243 B
Plaintext
13 lines
243 B
Plaintext
|
<h3>var function</h3>
|
||
|
Returns the value stored within a specified variable.
|
||
|
|
||
|
<h4>Syntax</h4>
|
||
|
<pre>var(variable_name)</pre>
|
||
|
|
||
|
<h4>Arguments</h4>
|
||
|
variable_name → variable name
|
||
|
|
||
|
<h4>Example</h4>
|
||
|
<pre> var('qgis_version') → '2.12'</pre>
|
||
|
|