File: help.html

package info (click to toggle)
fpc 0.99.13-19991013-4
  • links: PTS
  • area: main
  • in suites: potato
  • size: 23,104 kB
  • ctags: 9,760
  • sloc: pascal: 253,711; ansic: 5,236; makefile: 3,855; yacc: 2,016; lex: 707; asm: 526; xml: 443; sh: 200; perl: 87; sed: 21; csh: 12; cpp: 1
file content (40 lines) | stat: -rw-r--r-- 1,357 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<HTML>
<HEAD>
<TITLE>Free Pascal Manuals: Search Help</TITLE>
</HEAD>
<BODY BGCOLOR="#C0C0C0">
<H1>Searching in the Free Pascal manual pages</H1>

Searching in the manuals needs two steps :
<OL>
<LI>
To search for words, type the words you want to search for in the
top edit box. You can separate words with <TT>and</TT>, <TT>or</TT>
and <TT>not</TT>. After you typed the words, press the <TT>Search</TT>
button.

For example, you could type the following:
<PRE>
reset or assign
</PRE>
This would then look for pages that have 'assign' or 'reset' in them.
After pressing the <TT>SEARCH</TT> button, the output would look
something like
<IMG SRC="help1.gif">
<P>
When you press the <TT>SEARCH</TT> button, the 'hit total' will be displayed.
This is the number of times your combination of words was found.
<P>
It is possible that no words are found, in that case the hit total will be zero,
and there will be a line 'No records found' in the listbox, as shown below:
<IMG SRC="help2.gif">
<LI> When the search is complete, the lower listbox contains a list of section titles.
You can select one of these titles, and press the <TT>GO</TT> button. A new browser
window will open, showing the page that contains the help you requested.
You can repeat this as many times as you want.
</OL>
<HR>
<A HREf="search.html">Back</A> to search page.
<HR>
</BODY>
</HTML>