Dnia wtorek, 30 maja 2006 11:43, Baha-Eddine MOKADEM napisaĆ: > Hi, > > > I would like to to delete line from L1 to L2, I try to script that but > obviously commands are different for a script.
Why? Just place something like::
5,10d
in script and it will work.
If you want to use variables::
let l1 = 5
let l2 = 10
exe l1.','.l2.'d'
Checking if range exists may be tricky but not impossible.
m.
