TACL Reference Manual
Built-In Functions and Variables
HP NonStop TACL Reference Manual—429513-018
9-347
#SET Built-In Function
•
To distribute the members of a space-separated list into several individual variable
levels, use the #SETMANY built-in function.
•
You cannot attach more than 50 segment files.
Examples
1. This example sets a built-in variable:
32> #SET #WIDTH 132
2. The next example sets a user-defined variable level:
33> #SET vara This is it
3. This example illustrates the use of level specifications to put different information
into different levels of the variable var:
34> #PUSH var
35> #PUSH var
36> #SET / TYPE TEXT / var.1 TIME
37> [#SET / TYPE MACRO / var.2
37> #OUTPUT The first argument is %1%
37> ]
38> var.1
July 12, 1990 15:55:51
39> var.2 hardest
The first argument is hardest