Changes for page SetVarConcat
Last modified by Outhman Moustaghfir on 2024/02/26 17:12
edited by Outhman Moustaghfir
on 2024/02/20 15:56
on 2024/02/20 15:56
edited by Outhman Moustaghfir
on 2024/02/20 15:58
on 2024/02/20 15:58
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,5 +3,3 @@ 1 - 2 - 3 3 = Overview = 4 4 5 5 The `SetVarConcat` function is designed to help you easily update and concatenate values to variables during the execution of scenarios in your application. ... ... @@ -6,10 +6,8 @@ 6 6 7 7 = Purpose = 8 8 9 - 10 10 This function is useful when you need to modify the content of a variable dynamically within a scenario. 11 11 12 - 13 13 = Parameters = 14 14 15 15 * **variable_name**: (Type: string) The unique identifier for the variable. ... ... @@ -16,7 +16,6 @@ 16 16 * **value**: The new value to concatenate with the existing variable value. 17 17 * **global**: (Type: boolean, Optional) Specifies whether the variable is global or local. Defaults to False 18 18 19 - 20 20 = Uses = 21 21 22 22 {{code language="XML"}} ... ... @@ -24,4 +24,4 @@ 24 24 25 25 {{/code}} 26 26 27 -= 22 += =