home *** CD-ROM | disk | FTP | other *** search
- on FindPrev2Label
- 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 - 2 of the labelList
- end if
- i = 1 + i
- end repeat
- return line the number of lines in the labelList - 2 of the labelList
- end
-