Hello,
I’m trying to clear all the variables using for each loop.
But the variables are not getting cleared…
Please help to clear this
Main.xaml (6.8 KB)
Hello,
I’m trying to clear all the variables using for each loop.
But the variables are not getting cleared…
Please help to clear this
Main.xaml (6.8 KB)
@Abhishek_Changan which type of variable clr is?
String[ ]
Hey @KanadMehta,
Thanks for quick reply…
But this is giving the same answer as previous…(Variables are not getting cleared)
Than what needs to be done, to clear all the variables?
I’ve 12 variables and have to clear them many times…
Why clear them. Reassign value as per requirement
@Abhishek_Changan Please refer to below answer
The loop variable element
is a read-only variable that contains a copy of the value of the array element, which is a variable . It is not an alias to the array element variable.