Quote:
Originally posted by Fusion
Let's say you have one custom command that accepts parameters via prompts. Can a second custom command that also accepts parameters re-use the first command as parts of its run without prompting for more info? Or would we need to prompt for the same info repeatedly?
|
That's already possible.
I can't think of a usefull example but this will give you the idea.
For each %d prompt that value can later be accessed via %<num>
SITE %d %1
if %d = "Hello" the result would be SITE Hello Hello