INFO= example (cont)
ANYPARM info=![""]setvar _inf anyparm(!info) # note info parm is not quotedsetvar _inf repl(_inf, '"', '""')run volutil.pub.sys;info=”:_!inf ”
:anyrun echo "Hi there, ‘buddy’!”Volume Utility A.02.00, (C) Hewlett-Packard Co., 1987. All Rights...volutil: :echo "Hi there, ‘buddy’!”"Hi there, ‘buddy’!”
Notes:
- Do not quote the parameter being passed to the anyparm() function.
- Note: the anyparm() function has some special considerations:
- it cannot be nested inside other functions, e.g. lft(anyparm(!parm), x) is NOT supported
- it cannot be combined with other expressions, e.g. anyparm(!parm) + chr(x) is NOT supported.