home *** CD-ROM | disk | FTP | other *** search
- on FindNext2Label
- i = 1
- repeat while i <= the number of lines in the labelList
- if the frame < label(line i of the labelList) then
- return line i + 1 of the labelList
- end if
- i = 1 + i
- end repeat
- return line the number of lines in the labelList - 1 of the labelList
- end
-