Feb 02, 2023 12:10 PM
Hello!
Apologies for the potentially basic question, but I was having trouble sorting through the existing documentation and I couldn't find a simple explanation.
I'm trying to pass the output variable newCode into a new script, however I'm not sure how to define the variable before I pass it to the oldCode variable (see screenshot). Any suggestions would be appreciated!
Thanks,
Peter
Solved! Go to Solution.
Feb 02, 2023 05:27 PM
To use the value of an input variable in the script you must use input.config(). Look at the top of the left panel of the script editor in your screen shot. The words "Learn more" are in blue. Try clicking that for more info.
Feb 02, 2023 05:27 PM
To use the value of an input variable in the script you must use input.config(). Look at the top of the left panel of the script editor in your screen shot. The words "Learn more" are in blue. Try clicking that for more info.
Feb 03, 2023 08:25 AM
@kuovonne thanks! Couldn't "see the forest for the trees"...appreciate the help.