I have a general question, if i can set a variable at multiple places:-
for example when OnSelect a button >> Set(VarA,true)
OnSuccess of the form >> Ser (VarA,false)
is this fine? or the variable should be set one time and used many?
Thanks
Solved! Go to Solution.
No, there's no harm in setting the same variable in multiple places.
It's common practice to do this.
No, there's no harm in setting the same variable in multiple places.
It's common practice to do this.
User | Count |
---|---|
170 | |
95 | |
77 | |
72 | |
59 |
User | Count |
---|---|
215 | |
166 | |
97 | |
95 | |
74 |