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 >
Text File  |  1995-10-05  |  152b  |  12 lines

  1. '
  2. ' Mark listing short Script
  3. '
  4. Main ()
  5.     Dim L%, M%
  6.     L% = GetTopLine()
  7.     M% = GetNextMark(L%)
  8.     If (M%) Then
  9.         Command("MarkList")
  10.     End If
  11. End
  12.