INFO= example
ANYPARM info=![""] # anyrun scriptrun volutil.pub.sys; info=:!info"
- :anyrun echo "Hi there!run volutil.pub.sys;info=:echo "Hi there!"" ^Expected semicolon or carriage return. (CIERR 687)
ANYPARM info=![""]setvar _inf repl('!info', '"', '""') # double up quotes in :RUNrun volutil.pub.sys;info=:!_inf "
- :anyrun echo "Hi there!Volume Utility A.02.00, (C) Hewlett-Packard Co., 1987. All Rights...volutil: :echo "Hi there!"Hi there!
-
Notes:
- Shows how to set an ANYPARM parameter to null, which is not intuitive! If an ANYPARM parameter is defaulted to the quotes are accepted literally as its default value.
- This example does not handle both kinds of quotes in the info= string.
- This example does not handle single quote mark in the REPL function call.