View Single Post
Old 12-15-2001, 01:08 AM  
bigstar
FlashFXP Developer
 
bigstar's Avatar
 
Join Date: Oct 2001
Posts: 8,012
Default

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
bigstar is offline