home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Best of Select: Windows 95 Special 2
/
CD_1.iso
/
utils
/
dana
/
marklist.das
< prev
next >
Wrap
Text File
|
1995-10-05
|
152b
|
12 lines
'
' Mark listing short Script
'
Main ()
Dim L%, M%
L% = GetTopLine()
M% = GetNextMark(L%)
If (M%) Then
Command("MarkList")
End If
End