home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 3
/
CDASC03.ISO
/
sorties
/
2078
/
onlysel.kex
< prev
next >
Wrap
Text File
|
1993-04-01
|
653b
|
17 lines
*┌───────────────────────────────────────────────────────────────────────┐
*│ generalized ALL > target (..) SELect1 target │
*└───────────────────────────────────────────────────────────────────────┘
'all';
if ARG() then
do
'top'; 'preserve'; 'set wrap OFF'; 'set stay OFF'; 'set scope ALL';
do forever
'extract /LINE'; 'nomsg locate' ARG(1); if RC \= 0 then leave;
if LINE.1() <= LINE.1 then 'locate :'LINE.1+1; if FOCUSEOF() then leave;
end
'restore';
end
'set display' SELECT.2(); 'top'; 'locate 1'; S = NBSCOPE.1()
if S = SIZE.1() then 'emsg ONLYSEL nothing excluded';
else 'msg ONLYSEL' S 'line(s) in scope';