TACL Reference Manual
UTILS:TACL Commands and Functions
HP NonStop TACL Reference Manual—429513-018
8-255
VLIST Command
F
L
number
F
specifies the first line in the variable level.
L
specifies the last line in the variable level.
number
is an integer identifying a specific line.
Example
If these variables have the contents shown:
the command:
VLIST /TO listvar/ var 2/4
causes them to contain:
and causes this to be written to the TACL OUT file:
2 FOX JUMPED OVER
3 THE LAZY DOG
4 TWICE A DAY
Var Listvar
THE QUICK BROWN 12345678910
FOX JUMPED OVER 11121314151617
THE LAZY DOG 18192021
TWICE A DAY
EXCEPT TUESDAYS
Var Listvar
THE QUICK BROWN 12345678910
FOX JUMPED OVER 11121314151617
THE LAZY DOG 18192021
TWICE A DAY FOX JUMPED OVER
EXCEPT TUESDAYS THE LAZY DOG
TWICE A DAY