|
programmatically change variables within a module? Edi Murway from United States [11 posts] |
3 year
|
Is there a way to programmatically change variables within a module?
From script or through the API?
|
|
|
Steven from United States [1445 posts] |
3 year
|
Edi, I'm not sure what you mean as one can change variable values using any of the scripting modules or using the Set_Variable module. Or do you mean "rename" a variable? If that's the case use the Set_Variable module to set a new variable with the old variable's value. This is useful if there is a module that creates a variable that you want to save and use the module a second time (which would overwrite the value of the variable again). So it would be like
Module
Set_Variable
Module
STeven.
|
|