Hi,
I would like to "set to null" all tags defined under a specific scope.
Is this possible?
Thanks
Ariel
how to reset a scope of global data
-
- Advanced member
- Posts: 230
- Joined: Thu Aug 07, 2014 10:04 am
how to reset a scope of global data
The call to set global data requires strings, so when you are maintaining your global data you cannot set values to null. You will have to set an empty string and test for empty string when you are using global data. That is by the way also what getGlobalData returns when you are trying to get the value of non-exsiting global data.
Freddy
Freddy
-
- Advanced member
- Posts: 230
- Joined: Thu Aug 07, 2014 10:04 am
how to reset a scope of global data
thanks, Freddy.
What I meant to ask was whether there is a way t o"reset" (set to "") all tags under a specific scope at once or iteratively without knowing the name of the tags.
What I meant to ask was whether there is a way t o"reset" (set to "") all tags under a specific scope at once or iteratively without knowing the name of the tags.
-
- TOP CONTRIBUTOR
- Posts: 628
- Joined: Mon Nov 29, 2010 8:45 pm
- Location: Alpharetta GA USA
- Contact:
how to reset a scope of global data
ArielRauch wrote: is a way t o"reset" (set to "") all tags under a specific scope at once or iteratively without knowing the name of the tags.
no
no
-
- Advanced member
- Posts: 230
- Joined: Thu Aug 07, 2014 10:04 am
how to reset a scope of global data
I thought so:)