Changes for page 3. Variables
Last modified by Outhman Moustaghfir on 2024/01/23 13:58
<
edited by Outhman Moustaghfir
on 2024/01/23 13:58
on 2024/01/23 13:58
edited by Outhman Moustaghfir
on 2024/01/19 15:02
on 2024/01/19 15:02
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -84,8 +84,13 @@ 84 84 85 85 {{/code}} 86 86 87 -=== 87 +=== Explanation: === 88 88 89 +* ixf:SetVar: Presumably a custom function or extension function that sets a variable. 90 +* 'newVar': The name of the variable being created. 91 +* 'var Number 1': The value assigned to the variable. 92 +* 'false': The third argument determining whether the variable is global (true) or local (false). if the argument equals true so this means we can get the variable from the parent scenario. 93 + 89 89 The call of this new variable in the scenario is similar to previous system variables: **${newVar}.** 90 90 91 91 To get 'newVar' inside an XSL file :