I have variables and strings in one JSX script that I would like to use in another JSX script in Photoshop.
I wanted to just re-run the first script in the second, and get the variables in there that way. How do I do this?
More details: I am using the first script and am manipulating numbers in that script. When I have finalized my work, I would like for another script to take those numbers and perform some calculations on those variables and prompt me with them so I can copy paste it where I am using it elsewhere.
This is my first post at Stack, I have found tons of information on this site already, it's really great, thanks to everyone here :)