Inside of an xlt I can call ‘echo $$sampleGV’ and it resolves fine. In a tcl proc the same command throws the error ‘an’t read “sampleGV”: no such variable’.
gvprint returns Global variable sampleGV = HelloWorld, encrypt = 0 but none of the other gv commands seem to be working.
Is there another step I need to take in a tcl proc to load the globalVariables.ini file?