TACL Reference Manual

Built-In Functions and Variables
HP NonStop TACL Reference Manual429513-018
9-284
#PARAM Built-In Variable
param-value
is the value assigned to param-name. It has a maximum length of 255
characters and must be no longer than one logical line. Specify param-value
as either character-sequence or "character-sequence".
If you do not use quotation marks, you cannot include any commas or spaces
as part of the parameter value.
If you do use quotation marks, all characters between the quotation marks are
included as part of the parameter value. To include quotation marks in the
parameter value, enter them twice (““). (The enclosing quotes, and one of each
pair of doubled quotes, do not count against the 255-character size limit.)
Use two adjacent quotes to express an empty param-value.