home *** CD-ROM | disk | FTP | other *** search
INI File | 1991-08-19 | 1.4 KB | 130 lines |
- [ver]
- 4
- [sty]
- ~macro.sty
- [files]
- [charset]
- 82
- ANSI (Windows, IBM CP 1252)
- [revisions]
- 0
- [prn]
- PostScript Printer
- [lang]
- 1
- [desc]
- Quickfind - ask for/remember a search string, then search. As long as its is found put up a resume box.
- Lotus Word Processing Division
- Intermediate
- Global Vars, Replace
-
- 682670269
- 11
- 641666413
- 4
- 1
- 0
- 0
- 0
- 0
-
-
-
-
-
-
- 0
- [fopts]
- 0
- 1
- 0
- 0
- [lnopts]
- 2
- Body Text
- 1
- [docopts]
- 5
- 2
- [l1]
- 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("Resume to Find Next")
-
- type("<[>right]")
-
- wend
-
- if (0 = foundcount)
-
- message("{what} was not found.")
-
- endif
-
- END FUNCTION
-
- >
-
- [Embedded]
- 00001018
- >
- [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 00000231
- 6 2
- 5 1
- 3 0
- 8 2
- 0 7 "Resume to Find Next"
- 0 6 "[39]"
- 10 00000107
- 5 0
- 6 2
- 18 0
- 11 00000286
- 0 3 "{1} was not found."
- 6 0
- 15
- 9
- 00001043
-