home *** CD-ROM | disk | FTP | other *** search
INI File | 1990-05-02 | 1.1 KB | 107 lines |
- [ver]
- 4
- [sty]
- !default.sty
- [files]
- [prn]
- PCL / HP LaserJet
- [lang]
- 1
- [desc]
-
-
-
-
-
- 641687488
- 4
- 641666413
- [fopts]
- 0
- 1
- 0
- 0
- [lnopts]
- 2
- Body Text
- [docopts]
- 5
- 2
- [l1]
- 0
- [pg]
- 1
- 18 0 12 1025 0 0 0 65535 65535 Standard 0 0 0 0 0 0 0 0 0 0 65535 0 0 0 0 0 0
- [edoc]
- '
-
- ' Quickfind - ask for/remember a search string, then search.
-
- ' As long as its is found put up a resume box.
-
- '
-
- FUNCTION QuickFind()
-
- AllocGlobalVar(297, 1)
-
- what = GetGlobalVar$(297)
-
- what = Query$("Find what?", what)
-
- SetGlobalVar(297, what)
-
- foundcount = 0
-
- while (1 = Replace(0, 0, 0, what, ""))
-
- foundcount = foundcount + 1
-
- UserControl("Hit retsume to FindNext")
-
- wend
-
- if (0 = foundcount)
-
- message("{what} was not found.")
-
- endif
-
- END FUNCTION
-
- >
- [macsum] 1
- QuickFind 0 0 3 4
- [macse]
- 14 QuickFind
- 0 271 297 1
- 0 265 297
- 13
- 8 1
- 0 1 "Find what?" "{1}"
- 13
- 8 1
- 0 264 297 "{1}"
- 5 0
- 8 2
- 5 1
- 2 488 1 0 0 0 "{1}" ""
- 13
- 18 0
- 11 00000223
- 6 2
- 5 1
- 3 0
- 8 2
- 0 7 "Hit retsume to FindNext"
- 10 00000107
- 5 0
- 6 2
- 18 0
- 11 00000278
- 0 3 "{1} was not found."
- 6 0
- 15
- 9
- 00000809
-