home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip Hitware 6 A
/
CHIP_HITWARE6_A.iso
/
tools
/
Dana
/
MarkList.DAS
< prev
next >
Wrap
Text File
|
1998-01-18
|
198b
|
14 lines
'
' Caption listing short Script
'
Main ()
Dim L%, M%
L% = GetTopLine()
M% = GetNextMark(L%)
If (M%) Then
If .MarkListOn = False Then
Command("MarkList");
End If
End If
End