#
# NEED_PARMS macro
#
# HELP: SYNOPSIS:
# HELP:     generic/multivol/forallvol macro
# HELP:
# HELP: DESCRIPTION:
# HELP:     Runs "macro" on all currently loaded volumes.
#
CECHO ${$root.func.var.new("string","firstvol")}                                     
CECHO ${$firstvol=$root.vol[current].name}
{ LOOP
	! ${$argv[1]}
	VOL_SET *NEXT*
} LOOP 0 ${$root.vol[current].name!=$firstvol}
