Correct me if I'm wrong, but I couldn't find a macro that generates a list of all variables and groups them by the nature of their contents. In my Mac, the most common types of variables that I have are:
- a single number
- a list of numbers
- a single word
- a single line of data
- multi line variables, which can be grouped further by the number of lines they contain.
This macro will go through all your variables and generate a report showing them in the above groups.
I'm not sure if this sort of report is useful to anyone else. It helped me a little bit.
It doesn't report on "empty variables" because an empty variable is an alternate representation (in the KM Editor, and the KM Debugger, and other places) for a variable that doesn't exist. Since it doesn't exist, it cannot be included in this report. There are an infinite number of empty variables. (Another way of illustrating this is that the KM For Each Variable action does not list any empty variables.)
If anyone wants additional categories added, it shouldn't be too hard to add more.
Variable Report Generator Macro (v11.0.3)