home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2000 June
/
CHIPCD_6_2000.iso
/
software
/
cad
/
inplot
/
_setup.1
/
chain.scr
< prev
next >
Wrap
Text File
|
1999-06-17
|
296b
|
23 lines
(CHAIN EXAMPLE)
(FILE: CHAIN.SCR)
(first highlight a section of text to change)
(skip first line in editor)
#1=startsel
#2=endsel
if,[#2>#1],1
if,[#1=1],gosub100
:1
CHAIN,block delete
renumber,1,2
chain,chain1
chain,chain3
exit
:100(goto second line)
select,2
rsub
exit