TACL Reference Manual

UTILS:TACL Commands and Functions
HP NonStop TACL Reference Manual429513-018
8-248
VDELETE Command
line-num
specifies an individual line number. It can be any of these:
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:
VDELETE /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
EXCEPT TUESDAYS 11121314151617
18192021
FOX JUMPED OVER
THE LAZY DOG
TWICE A DAY