Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
This is likely a poor question, but is there a a way to view a list of all declared variables in a rule and their associated values? For example, please reference the script below:
Dim Test1 = 1 Dim Test2 = 2 Dim Test3 = 3 Dim Sum = Test1+Test2+Test3
Within the rule editor, would there be a way to see that the variable Sum is equal to 6?
Solved! Go to Solution.