So I was implementing a logic and ran into this issue, I have the substitution parameter’s name stored in a Global variable, something like $G_VAR1 = ‘$$SUBS_PARAM1’… Now I’d like to retrieve the value in $$SUB_PARAM1 using just $G_VAR1.
I tried using print(’[[$G_VAR1]]’), print([$G_VAR1])… nothing seems to be working. Is Subs parameter value retrieval possible in this manner?
bharathkumar576 (BOB member since 2018-09-10)