Not sure if this has been posted before, but you can actually use the data viewer to generate a global variable with a persistent value even though it has not been previously defined in a script or let ( ) statement.

Just set this in the „follow“ tab in the dataviewer:

Let ( $$thisis = „pretty neat“ ; 1 )

And the variable $$thisis is now persistent during your session with the value „pretty neat“. Quite practical for debugging stuff I thought.

Powered by WPeMatico