Quote from
noyzen on May 5, 2021, 8:55 pm
I have a string like this:
test another more test4 blah
and "Space" is delimiter of this list of words.
I use StrParse command to parse them into: [Parse] variable.
[Parse1], [Parse2], [Parse3] and so on...
a lot of variable will be created. For some reason to fix some conflict in my app i need to clear all parsed variables.
i can use Clear Variable command like this:
ClearVariables "[Parse1],[Parse2],[Parse3]"
But in this case i have a dunamic list of words which contains a lot of words in random number, and dont know how many they are.
How can i remove all Parsed Variables?
I tried to Use ClearVariables and remove main variable [Parse], but child variables [Parse1], [Parse2]... will not get removed.
ClearVariables "[Parse]"
Any solution for this?
I have a string like this:
test another more test4 blah
and "Space" is delimiter of this list of words.
I use StrParse command to parse them into: [Parse] variable.
[Parse1], [Parse2], [Parse3] and so on...
a lot of variable will be created. For some reason to fix some conflict in my app i need to clear all parsed variables.
i can use Clear Variable command like this:
ClearVariables "[Parse1],[Parse2],[Parse3]"
But in this case i have a dunamic list of words which contains a lot of words in random number, and dont know how many they are.
How can i remove all Parsed Variables?
I tried to Use ClearVariables and remove main variable [Parse], but child variables [Parse1], [Parse2]... will not get removed.
ClearVariables "[Parse]"
Any solution for this?