Changes for page SetVar
Last modified by Outhman Moustaghfir on 2024/09/27 13:43
<
>
edited by Outhman Moustaghfir
on 2024/01/30 15:04
on 2024/01/30 15:04
edited by Outhman Moustaghfir
on 2024/01/30 15:03
on 2024/01/30 15:03
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -30,10 +30,12 @@ 30 30 {{{ 31 31 }}} 32 32 33 -{{code language="json"}} 34 -{ "var1": "value1", "var2": "${GetVar;inputFile}", "nestedVar": { "nestedVar1": "val1", "nestedVar2": "val2" } } 33 +{{code language="XML"}} 34 +SetVar(variable_name, value, global=False) 35 + 35 35 {{/code}} 36 36 38 +{ "var1": "value1", "var2": "true", "inputFile1": "${GetVar;inputFile}", "nestedVar": { "nestedVar1": "val1", "nestedVar2": "val2" } } 37 37 38 38 === Dynamic Values === 39 39