Page 1 of 1

Loop through ParameterSet

Posted: Mon Jun 24, 2019 3:28 pm
by DC-Datastage
Hi,

Is there a way to loop through all variables/values of one ParameterSet ?

Iam trying to do a dynamic replace of a BIG_string with the values of some variables of a ParameterSet. So I want to loop through each variable of the PS and do a replace of the variable with it's corresponding PS value in the BIG_string


Trying to be dynamic and not do static replaces.

Thx