Get Value of Variable in for Each

This gives the name of all the variables. How do I get the values of these variables instead?

For each [variable] in these collections:
[The variables]
execute the following actions:
display text in window:
%variable%

Hey RB,

That's a head-scratcher – until you know how.

Keep in mind that this method only displays global variables – not local or instance variables.

-Chris


Display Values of Global Variables 1.00.kmmacros (7.1 KB)