home *** CD-ROM | disk | FTP | other *** search
/ Passport / passport.iso / pc / passport / notepad.dxr / Internal_18.ls < prev    next >
Encoding:
Text File  |  1998-01-26  |  100 b   |  7 lines

  1. on mouseUp
  2.   set n to integer(the text of field "Pag")
  3.   if n < 10 then
  4.     Pag(n + 1)
  5.   end if
  6. end
  7.