home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Best of Windows 95.com 1996 September
/
WIN95_09964.iso
/
text
/
DANA104.ZIP
/
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