Home » Archimedes archive » Acorn User » AU 1997-Xmas A.adf » StrongHelp » !StrongHlp/Resources/UK/StrongHelp

!StrongHlp/Resources/UK/StrongHelp

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » Archimedes archive » Acorn User » AU 1997-Xmas A.adf » StrongHelp
Filename: !StrongHlp/Resources/UK/StrongHelp
Read OK:
File size: 6F88 bytes
Load address: 0000
Exec address: 0000
File contents
HELP(�����,����$DIR$���G���*�
¨!i�G����'��_!Root�	G�����R�%
psyntax F���)�isyntax$G���zw��future4G����T��9interfacep#G���)��àMisc(G����%��HuserX/F�����3!x0A�1F����)��9!Menu�2F����r��Indent�4F����N�Alignh6F�����]Background�9F���X��below�;F������xDrawP=F������@Table�?F������F$HF����p�LineDIF����׭hLinkattributes�IF���g�4Manuals�JF������Parent�LF���
�DPrefixF���h�PostFix>PrefixF����EndTable>Table<NF���/k�YRGB�OF���#��~SpriteQF���� ��SpriteFile�RF���n��Subpage�TF���nE��TabDZG���_��tWrap�\F���#��9!Comment�]F�����!Strong�`F�����Include�bG����r�		FAQ�kF������ftype$nG�����Լ)DrawWrapperPnG����]��8AddressDATA�Draw�Draw        ���O�'��Trinity.BoldX�?����c�'ԣ������B n�l��_C��_���l��,y������W�C������nW�+��+,yn�l��!�V��B������B @�B.��B���*5[ �!�v>�~T�4r�=;��S��N�d���;��s��������;�����(�t2����$@�B`���Og'�������66�dMStrongHelp 2.50DATA_Help on StrongHelp
#Parent !Menu
#Sprite 8,8 !StrongHlp
#Sprite 0,0 !StrongHlp
#Indent 6
StrongHelp is a simple program for presenting help in a hierarchical window-by-window way. Here is a brief introduction on how to use it and how to design your own manuals.
#Indent; below
#Line

	General				 	Technical

 � 	<User interface=>user>		 � 	<Syntax of pages=>psyntax>
 � 	<Future improvements=>future>	 � 	<Syntax of image file=>isyntax>
 � 	<FAQ>				 � 	<Interface to other programs=>interface>
 	 				 � 	<Misc=>misc>

#Line
#Align Centre
StrongHelp is a Freeware product by <Guttorm Vik=>Address>DATA%
Page syntax
#fH3:Page Syntax


#fH4:Title

First line of text is page title.

#fH4:Links

Links to other pages are of the form {Fcode:<display\>} or {Fcode:<display=\>newpage\>} If the simple form is used, #prefix and #postfix are added (see below) If the full form is used, then if first char of "newpage" is "*", this is a os command that will be Wimp_StartTask'ed.

New in version 2.10 of StrongHelp:
#indent 2
{Fcode:<display=\>#URL [url]\>}
{Fcode:<display=\>#TYPE [text to type]\>}
#indent

The first one will broadcast an URL message, and if noone answers, it will try to start the correct URL server. This is the protocol used by the ANT Internet suite.

The second one will insert the text into the keyboard buffer, and from there it will go to the program that currently has the input focus.

For both; if no text is given, it will use the display text instead.

New in version 2.20 of StrongHelp:
#indent 2
{Fcode:#TAG tag}
{Fcode:<display=\>#TAG [tag]\>}
{Fcode:<display=\>page#tag\>}
#indent

The first one defines a 'tag'. The second one moves to a local tag, and the third one to a tag on a given page.

/Note/: If you want to display the character "\<", you must /escape/ it with "\\" (The exceptions are <=, <- and <<<<..)

#fH4:Preprocess

Before the actual parsing of the page is started, it is preprocessed. Two things are expanded :

An occurence of \{$ varname} will be replaced by the value of the system variable varname

If a line starts with "#Include file" then the line will be replaced with the contents of the file. No error is given if the file doesn't exist or fails to load.

Then, before the parsing of the page begins, the commands in !StrongHlp.!Configure and \<manual>.!Configure are parsed (Setting up default fonts and styles)

#fH4:Main body

The main body contains plain text and *commands*. Commands are introduced with a "#" at the start of a line, or between "\{"and "}" otherwise. To use reserved characters, prefix with "\\" (ex: Here is a pair of \\\{ curly brackets } ) Also in the text itself, TAB characters can be used to align columns of text, and "*", "/" and "_" can be used to turn on/off various styles. See below.

These are the available commands. Multiple commands are separated by ";"

<# something=>!Comment>	A comment. Only at start of line.
<\* / and _=>!Strong>	Toggle #fStrong, #fEmphasis and #fUnderline on/off
<Align>		Where on a line to place the text
<Background>	How the page background should appear
<Below>		Continue next line below all graphics
<Draw>		Place a drawfile on the page
<Endtable=>Table>	End of a #Table
<F>		Define/Set physical or logical font.
<Include>	Include a source file
<Indent>	Set indent to be used by the following text
<Line>		Place a horizontal line on the page
<Linkattributes>	Defunct
<Manuals>	Expands to a list of all installed manuals
<Parent>	Defines parent for a page without history
<Prefix>	Prefixed to \<link> to get complete link
<Postfix=>Prefix>	Postfixed to \<link> to get complete link
<RGB>		Set colour to be used on the following text
<Sprite>	Place a sprite on the page
<Spritefile>	Defines where to find a #Sprite
<Subpage>	Announces end of current page, and beginning of a subpage
<Tab>		Starts/Ends section formatted with the TAB character
<Table>		Order the following lines in columns
<Wrap>		Tells StrongHelp how to preprocess the linesDATAHow the image filing system is used

Let's say that you press F1 in StrongED while standing on the word "abcd":

With this kind of search, we only try to match this filename against files of type "text". Pages that are only available through links in other pages, should be of type "data"

If there is a dir in the root called "ab", then StrongHelp will then search for "cd" inside this directory.

If there is a dir called "[a-f]", then StrongHelp will look for "abcd" inside this. You can also use "[letter]", "[letter-]" or "[-letter]"

If there is a file called "abcd>othername" then the page "othername" is loaded instead. This only applies for F1 searches. A link in a page must reference the actual file.

If there is a dir called "abcd" then the file "abcd.!Root" is used.


The actual name of a page should never contain the characters '![]\\\<>.$%&?#' Some more chars will probably be added to this list later. When F1 is pressed in an editor, it should convert such chars to !xXX ( "!x" + hex of ascii value )DATAFuture improvements
�	An index file, to make it easier to create manuals where the search words aren't logically grouped by sharing the same prefix. Todays system was designed around the SWI names, and works beautifully for them. For C help, on the other hand, you would normally like to group help entries on which headerfile they belong in.

�	Full keyboard control of navigation.

�	Enable manuals to use different sets of icons for different resolutions (Like !Sprites, !Sprites22..)

�	Support for Artworks files.

DATA9Interface to other programs
The interface is one simple Wimp message and one \*command.

The message is &43B00, and from offset 20 the following text should appear:

    Help_Word [path] page

Path is one of the following:

 �	Nothing. All loaded help manuals will be scanned, in the order they appear in the root page of StrongHelp.

 �	A comma separated list of help manuals to scan. If the list ends with comma, then all the rest of the manuals will be scanned once the ones in the list are used up.

 �	The complete path to the image file. Programs should use this to give help on themselves:
	  Help_Word \<StrongED$Dir>.StrongED !Root

The Command is {fCode}*StrongHelp [path] page{f}. StrongHelp just remembers the line until it regains control from Wimp_Poll, and then treats it as if it had received a Help_Word message.

#Line

The easiest way to open a manual from within an application, is to use the Filer_Run OS command. If you want to be a little more advanced, or if you want to open other pages than the root page of a manual, you send the Help_Word message as described above. If the message bounces, you use StrongHelp$Dir to launch StrongHelp, and then send the message anew.

If StrongHelp is distributed together with your application, then it should not be hidden inside the application, but should be at the outer level, for the user to install wherever he wants. Only the !StrongHlp directory is needed, but if the !Manuals directory is included this should *not* include the manual for your application. Application manuals belong in !app.Resources somewhere.DATA�Misc
�	Before StrongHelp search for a page, it checks if there is a file called !Pre in the root dir of the image. This is a machine code utility that can alter the string to be searched for. Examples on usage is to strip off the "X" in XOS_Plot and the "eq" in LDMeqFD":
	  In:	R0	=	Orignal word (contents *not* to be altered)
	  	R1	=	Buffer for modified string
	  	R13	=	Small stack
	  Out:	R0	=	modified string (can point to anywhere in buffers R0 or R1. For XOS_Plot, we only do R0=R0+1)

�	When a file is dragged to the iconbar, StrongHelp sets the system variable tmp$path to the full path of the file, and tmp$leaf to the leafname of the file.

�	Use the CleanCopy program to minimise internal waste and fragmentation. (Just drag the Manual to StrongHelp's iconbar icon, and selct "CleanCopy")

�	Use the Extract program to convert data for the old version of StrongHelp. This is an 'ad hoc' program, and you'll have to edit it before you run it for a specific conversion

�	As of version 2.10 of StrongHelp, all files can be squashed. Note that there isn't much to be gained by squashing short text pages (or any other small files) Better go for sprite and drawfiles.DATAHUser interface
�	Click select on the iconbar icon to open the root page with a listing of all installed manuals.

�	Doubleclick on a StrongHelp manual file to register it and open its root page.

�	Click adjust on the iconbar icon to open a window with a list of the last 20 closed pages (Only pages closed with select will show up here)

�	Drag a file to the iconbar icon to get help on this file type. In the page for StrongHelp manuals, you can access some utilities (ie CleanCopy)

�	Click select or adjust on a link to go to new page. Adjust closes parent window, in the traditional Risc OS way.

�	Close window with select or adjust. Use shift adjust to just open parent window without closing the current page.

�	Windows can also be closed by keeping ALT down and clicking select/adjust anywere inside. Not particurlarly Risc OS like, but seemed a good idea at the time..

�	You can search a manual by selecting 'search' from the page menu,
	and *all* manuals by selecting 'search' from the iconbar menu.

	Syntax of search strings:
	  stronged zap		Will find pages with either word in.
	  +stronged +zap   	Will find pages with *both* words in.
	  +stronged -zap	Will find pages with 'stronged' that at the same time does *not* contain 'zap'
	  "stronged zap"	Will look for stronged + space + zap.
	  StrongED		Since (one of) the words contain an upper-case character, the search will be done case-sensitive.
	  strong*		Will look for words starting with 'strong'
	  *ed			Will look for words ending with 'ed'
	  \*ong\*			Will look for words containing 'ong'

�	Press {/}F1{/} in *StrongED* to get help on the word the caret is currently in. To do the same in Zap, make sure you have the 3rdparty module ZapMJE, and tie the function MJE_HELPCONTEXT to a suitable key. You can also enter the word in the 'lookup' dbox in StrongHelp's iconbar menu.DATA3Hex code 0A, decimal 10, binary 00001010
This character is what we professionals call a 'Line feed' or just 'LF'. It is used (sometimes together with a 'Carriage Return' / CR) to separate the lines in a text file.

The name 'Line feed' originates from the old days when they didn't have proper monitors, but sent all output to a line printer. The LF then scrolled the page one line up, and the CR moved the print head back to the left margin.

Some very old-fasioned machines still use *both* these characters to separate lines (for compatibility reasons)DATA9StrongHelp Main Menu
#background wimp 1
#postfix :!Root
#draw 8,8 !i
#indent 6
This is a list of all currently installed manuals. Click on the one you require.
#line
#Table lines 8
#Manuals
#Endtable
#indent 0
#below; Line; Wrap off; Align Centre
StrongHelp is a freeware product from Guttorm.Vik@eunet.noDATA�Indent
Full syntax :
#fCode; Indent 4
\Indent [[+]number]
#f;Indent

This is used to indent paragraphs of text. Currently this is given in OS characters (ie actual OS width is number * 16) Use "+" to add indent to current indent, and "Indent" by itself to go back one level to previous indent.

Currently using Indent is the only way to put text to the right of graphics in the margin.

Example:
#fCode
Level 0
\#Ident 4
Level 4
\#Indent +4
Level 8
\#Indent
Level 4 again
\#Indent
Back to 0
#fDATA�Align
Full syntax :
#fCode; Indent 4
\#Align Left | Right | Centre
#f;Indent

Tells StrongHelp where to put the following lines.

Example:
#fCode; wrap off
\#Align Centre
#Align Centre

My mistress' eyes are nothing like the sun
My hunger for her explains everything I've done
To howl at the moon the whole night through
And they really don't care if I do
I'd go out of my mind, but for you.

#Align
\#Align
#wrap; fDATA]Background
Full syntax :
#fCode; Indent 4; wrap off
Background \{ Wimp no | RGB no,no,no | Tile spritename }
#f;Indent; wrap nojoin

This tells StrongHelp how to paint the background, and what 'hint' to use as font background colour. If "Wimp" is used, then StrongHelp will let the Wimp clear the background with this colour, and thus use the Wimp "marbling" where that is activated (Normally only for colour 1). If "RGB" is given then StrongHelp will pass this through ColourTrans, which will if neccessary dither to simulate the correct colour. Finally, "Tile" will /tile/ the background with the given sprite.

You would normally only use this command in the !StrongHlp.!Configure or \<Manual>.!Configure files, or in a title page.

Example:
#fCode
#Background RGB 210,210,210
This is the background used for this page
\#Background RGB 210,210,210
#fDATABelow
Full syntax :
#fCode; Indent 4
Below
#f;Indent

This tells StrongHelp that the following text or graphics should appear below everything that is on the page so far.

You would normally use this to get below sprites or drawfiles where the x or y coordinate is given as an absolute value. (If you use "c,f" as the coordinate then the text automatically continues below)

Example:
#fCode
\#Sprite 0,f !StrongHlp; Indent 8
Here is a line to the right of the sprite
\#Indent; below
Here is a line below the sprite.
#fDATAxDraw
Full syntax :
#fCode; Indent 4
Draw x,y drawfilename
#f;Indent

x is no or "centre"
y is no or "float"
0,0 is in top left corner

This places a Drawfile at the requested postion. To actually render it, StrongHelp relies on the DrawFile module released by Acorn. If this is not present, StrongHelp will just leave the space empty.

Example:
#fCode
\#Draw 0,0 !i
#fDATA@Table
Full syntax :
#fCode; Indent 4
\#Table [Columns | Lines] no [no]
Some lines
of text
\#Endtable
#f;Indent

The lines between "Table" and "Endtable" are ordered in columns so that the given number of columns or lines is reached. If neither "Columns" or "Lines" are given, then "Columns"is assumed. The second number is there for historic reasons, and is ignored.

{*}No "#" commands or comments can appear in the text, and one should be careful with "\{}" commands.{*}

Example:
#fCode
\#Table Lines 2
 These
 Words
 Will
 Be
 Ordered
 In
 4
 Columns
\#Endtable
#fDATA�F
Full syntax :
#fCode; Indent 4
1: #f
2: #f\{'*/_'}[no]
3: #fno =	fontname xsize [ysize] [Bold no] [Italic no] [Both no]
#tab
4: #fname
5: #fname =	[ f\{'*/_'}[no] ] [RGB no,no,no] [Align Left|Right|Centre]
#tab  
6: #fno/name:Some text
#f;Indent

This either sets which font/style to use or define a font/style.

1:	This just restores previous font/rgb/align values. A maximum of 32 levels are remembered.
2:	This sets a physical font. The characters '*/_' means use bold/italic variant of font or Underline font. If font number is not given then the current font is modified. F* means toggle bold-flag for the current font, and F*0 means use bold version of font 0. This should no longer be used. Use styles instead.
3:	This defines a physical font. A font that has already been used on the page can not be redefined. The Nubers after "Bold" and "Italic" are other physical fonts, and are the ones used when the F\{'*/'} form is used. You would normally only use this in one of the !Configure files.
4:	This sets which style should be used for the following text.
5:	This defines a style. This can be done at any time, and will only influence the following text, but normally you would only do this in the !Configure files.
6:	This is a short form of \{fno/name}Some text\{f}. It is particurlarly suitable for headings: #fH1:This is a Heading.. It is also handy for introducing single characters from /strange/ fonts..
#tab

Physical font numbers go from 0 to 31. By convention font 0 is used for body text, and font 1 is bold variant of that. Numbers 0 to 23 are reserved to StrongHelp's current and future use, and numbers 24 to 31 are for individual manuals or pages.


The available styles are :

#Indent 2
Std		Default style for body of text
Link		Style used for the text inside links
Strong		Style invoked by putting \{*} or just * around some text
Emphasis	Same for '/'
Underline	Same for '_'
Code		Style used for program examples. Monospaced.
Cite		Style to use for citations
H1 to H6	Headlines. H1 largest.
#Indent;Tab

Example:
#fCode
Define a physical font:
\#f0 = Sassoon.Primary 12 Bold 1 Italic 2
We want links to be underlined and in red:
\#fLink= f_0 RGB 255.=,0,0
#fDATALine
Full syntax :
#fCode; Indent 4
Line
#f;Indent

This places a horizontal line from the current indent to the far right. It will be black if page is light in colour, white if page is dark, and 3D if page is light grey.

Example:
#fCode
Not a very exciting example:
\#Line
#fDATAhLinkattributes
This is now defunct. Its functionality has been taken over by the style <Link=>f>DATA4Manuals
Full syntax :
#fCode; Indent 4
\#Manuals
#f;Indent

This is a macro that is expanded, in the preprocess phase, to a list of all currently installed manuals. There are probably no other uses for this than to create StrongHelp's root page

Example:
#fCode
Another advanced example:
\#Manuals
#fDATAParent
Full syntax :
#fCode; Indent 4
\#parent name
#f;Indent

This tells StrongHelp which page to open at adjust-close of the current page, when it has no other history.

When you click on a link and open a page, the new page gets the history of the old page + the name of the old page itself, but the *first* page has *no* history, and that is where "Parent" enters.

The main reason for using "Parent" is to tie pages opened by pressing "F1" in an editor to a hierarchy.

Example:
#fCode
Wimp_Poll (&400C7)
\#Parent Wimp_
#fDATADPrefix and Postfix
Full syntax :
#fCode; Indent 4
\#Prefix string
\#Postfix string
#f;Indent

These strings are added to the text inside a link of the type \<link>, to get the actual name of the new page. Links of the type \<text=>link> are not affected.

Example:
#fCode
\#Prefix Wimp_
..can also use \<PollIdle>
#fDATAYRGB
Full syntax :
#fCode; Indent 4
\#RGB no,no,no
#f;Indent

This sets the colour to be used for subsequent text. The numbers are fro 0 to 255 and specify the Red, Green and Blue part of the colour. Use "RGB" alone to restore previous colour (only one level.)

Example:
#fCode
Her tantalising \{RGB 255,0,0}red{RGB} lips came closer..
#fDATA~Sprite
Full syntax :
#fCode; Indent 4
\#Sprite x,y name [label] [=>link]
#f;Indent

x is no or "centre"
y is no or "float"
0,0 is in top left corner

This places a sprite at the requested position. The sprite is either from a previously defined <Spritefile>, or it is a Wimp sprite.

Example:
#fCode
Here comes the "Acorn" sprite from the Wimp pool:
\#sprite c,f switcher
#fDATA�SpriteFile
Full syntax :
#fCode; Indent 4
\#SpriteFile name
#f;Indent

This defines a Spritefile where the <Sprite> command will look for a sprite. It will first be loaded when a Sprite command is encountered, so it can be defined put in a modules !Configure file. When loaded the *entire* file is loaded, not just the one used sprite..

Example:
#fCode
\#Spritefile !Sprites
\#sprite c,f mysprite
#fDATA�Subpage
Full syntax :
#fCode; Indent 4
\#Subpage name
#f;Indent

When you click on an link of the form \<text=>.xxx> (Note the dot), then StrongHelp expects to find the new page in the current file. It searches for a line beginning with "#Subpage xxx", and uses the text from the line after and to the next #Subpage or end of file, as source for the new page.

Example:
#fCode
Mainpage
This is a tiny page with a tiny \<subpage=>.sub>
\#Subpage sub
This is the tiny subpage.
#fDATA�Tab
Full syntax :
#fCode; Indent 4
\#Tab \{ "," [format] }
#f;Indent

This marks the end and beginning of an area of the text formatted with TAB characters. The format is for the following text. There is an implicit #Tab at the start and end of the source. If there is any "format" then this applies to the followin text.

The syntax of "format" is the same as when defining a <Logical Font=>F> (Point five in the list). It can be as simple as "F*", and it can look like "fStrong RGB 255,0,0 Align Centre".. This can be given for each column. (If you just want the tird column to be bold, do ",,f*" )

The TAB character (or a sequence of them) is used to separate columns. The text after the last TAB can wrap, and then it will indent to this last TAB. Paragraphs without TAB's in them will not be influenced.

Several TAB characters in sequence is taken as one. This so that you can make the source more readable. If you want to skip a column, you will have to leave a space betwen the TABs. You can use "\\t" instead of TAB.

{*}Note :{*}	The last column can currently *not* have any other alignment than "Left". If it does, it won't display.

I'm too tired to explain the TAB's properly, so just look at the example. (|----| represents a TAB character)

Example:
#fCode
Bel Canto|------||------|Divine Voice
Neural Network|-||------|Calms the Beast
\#Tab
Here some|------||------|text that will
not align with|-||------|the lines above
#fDATAtWrap
Full syntax :
#fCode; Indent 4
\#Wrap [ On | Off | Nojoin ]
#f;Indent

This tells StrongHelp how to preprocess the lines in a paragraph, and how to display them.

On	All textlines not interrupted by a blank line or a "#" will be joined to one line, and wrapped to fit the window.
Off	StrongHelp will do nothing with the text, and not wrap it either
NoJoin	StrongHelp will not join lines, but will wrap them. (ie each paragraph is written as one long line)

Use just "Wrap" to restore the previous setting (just one level)

Example:
#fCode
#Wrap off
\#Wrap off
This is a line that I don't want StrongHelp to split
#fDATA9Comment
Full syntax :
#fCode; Indent 4
\# Some text. Note first space
#f;Indent

When this occurs at the beginning of a line, StrongHelp ignores the rest of the line. A line with only a single "#" on it is also ignored.

Example:
#fCode
\# We comment out this command for the time being.
\# Draw 0,0 !i
#fDATA�Strong, Italic and Underline
Full syntax :
#fCode; Indent 4
Here is a \*strong\* word
Here is a strong expression : \{\*} 2*3*4 \{\*}
#f;Indent

To simplify the use of the <styles=>f> "Strong", "Emphasis" and "Underline" we use the characters *, / and _ (underscore) directly in the text, or as commands inside "\{}"

If used directly, there must be a space or newline in front of the first "*", only letters and spaces between, and space, newline or punctuation after the second "*", and both "*"'s must be next to a letter.

To actually display a "*" prefix it with "\\"

Example:
#fCode
I must tell you Darla, I have \*strong\* feelings about this, and that's no \/joke\/.
#fDATA�Include
Full syntax :
#fCode; Indent 4
\#Include fname
#f;Indent

This is a command parsed by the preprocessor. It *must* appear at the start of a line, and *not* inside "\{}"'s. If the file exists, the line is replaced with the contents of the file, and if not the line is just removed. Scanning then resumes from the start ow what was just loaded.

Don't let a file include itself. You will only crash..

Example:
#fCode
blah blah some more blah
blah blah blah.
\#Include StdDisclaimer
#fDATA		Frequently Asked Questions
�	{/}Why doesn't StrongHelp use HTML to describe its pages?{/}

	   	When I started writing StrongHelp I looked at HTML, but found it largely unreadable and decided to make my own syntax. If I had done today, I would've used HTML. Not because it has gotten any better, but because it is so well known.

�	{/}When I save a help page from !Zap, the manual is corrupted! Why?{/}

	   	Earlier versions of Zap created files in a way that StrongHelp isn't designed to support. Later versions of Zap work fine.

�	{/}How can I get the links to appear in red?{/}

	   	You load the !StrongHelp.!Configure file into an editor, add "RGB 255,0,0" to the "fLink = ..." statement and restart StrongHelp. Note that individual manuals can override this.

�	{/}How can I change the fonts used?{/}

	   	Edit the !StrongHelp.!Configure file. Fonts are defined by the "f0=.." to "f31=". If you specify a font that doesn't exist, StrongHelp will try to use the Corpus or System font instead.

�	{/}Why isn't there a configuration window?{/}

	   	Mainly because I want Stronghelp to be a reasonably small program, and also because the !Configure text file is much more flexible.

�	{/}Why does the Manual file become so big when something inside is edited? (and then shrink again when StrongHelp quits){/}

	   	StrongHelp uses something called an Image Filing System (a service provided by the OS) and such files allocate disc space in large chunks to be more efficient. I don't know why the OS decides they have to grow with as much as they do (Several 100 K's in some cases). It might be a bug in the OS.

�	{/}When I quit StrongHelp and then doubleclick on a Manual, I get the error "Error when reading xxxx - xxxx is a file." Is this a bug?{/}

	   	Yes, it *is* a bug, but not in StrongHelp. The filer caches directory info, and hasn't discovered that these files no longer are images/directories. It will be updated the next time it reads the directory.

�	{/}After crashing StrongHelp my Manual still works, but it is *huge*. How can I fix this?{/}

	   	First take a backup, then drag it to Stronghelp's iconbar icon and select "CleanCopy". In most cases this will fix it.

#Line; Align Centre

Send suggestions and corrections to <guttorm.vik@eunet.no=>#url mailto:guttorm.vik@eunet.no>DATAStrongHelp Manual  (&3D6)
#indent 5
#sprite 0,0 file_3d6
This is a StrongHelp Manual. If you doubleclick it, its first page (called !Root) will be opened. From there you can click your way to other pages. If you keep down shift while doubleclicking, then the manual will be opened as a directory, and you have access to all the raw data the manual is built from.

#Indent
Here are some actions you can take on the manual {*}{$ tmp$leaf}{*} (only if you have opened this page by dragging a Manual to StrongHelp's iconbar icon!)

#Indent 5
<CleanCopy it=>*<StrongHelp$Dir\>.Utilities.CleanCopy {$ tmp$path}>	(remove internal wastage)DATA){$tmp$page}
#Draw 0,0 {$tmp$page}DATA8Address
#Wrap off
#Indent;Align Centre

<guttorm.vik@eunet.no=>#url mailto:guttorm.vik@eunet.no>


Look for new versions at:
<http://login.eunet.no/~guttorvi/strong.html=>#url>

There you'll also find

#Align
� StrongED, the text editor
� StrongHelp manuals
� StrongMen, the file and URL hotlist manager
00000000  48 45 4c 50 28 00 00 00  fa 00 00 00 ff ff ff ff  |HELP(...........|
00000010  2c 00 00 00 00 fd ff ff  00 00 00 00 bc 04 00 00  |,...............|
00000020  00 01 00 00 00 00 00 00  24 00 00 00 44 49 52 24  |........$...DIR$|
00000030  c4 04 00 00 c4 04 00 00  f0 04 00 00 47 ff fa ff  |............G...|
00000040  2a 84 0a c2 a8 02 00 00  13 00 00 00 00 00 00 00  |*...............|
00000050  21 69 00 00 98 07 00 00  47 fd ff ff 9c 27 86 c3  |!i......G....'..|
00000060  5f 02 00 00 13 00 00 00  00 00 00 00 21 52 6f 6f  |_...........!Roo|
00000070  74 00 00 00 f8 09 00 00  47 fd ff ff a8 da 52 bc  |t.......G.....R.|
00000080  25 0d 00 00 13 00 00 00  00 00 00 00 70 73 79 6e  |%...........psyn|
00000090  74 61 78 00 20 17 00 00  46 fd ff ff 29 e7 ba 1b  |tax. ...F...)...|
000000a0  04 04 00 00 13 00 00 00  00 00 00 00 69 73 79 6e  |............isyn|
000000b0  74 61 78 00 24 1b 00 00  47 fd ff ff 7a 77 83 c3  |tax.$...G...zw..|
000000c0  10 02 00 00 13 00 00 00  00 00 00 00 66 75 74 75  |............futu|
000000d0  72 65 00 00 34 1d 00 00  47 fd ff ff e0 54 85 c3  |re..4...G....T..|
000000e0  39 06 00 00 13 00 00 00  00 00 00 00 69 6e 74 65  |9...........inte|
000000f0  72 66 61 63 65 00 00 00  70 23 00 00 47 fd ff ff  |rface...p#..G...|
00000100  29 8a 85 c3 a0 04 00 00  13 00 00 00 00 00 00 00  |)...............|
00000110  4d 69 73 63 00 00 00 00  10 28 00 00 47 fd ff ff  |Misc.....(..G...|
00000120  d6 25 96 c4 48 07 00 00  13 00 00 00 00 00 00 00  |.%..H...........|
00000130  75 73 65 72 00 00 00 00  58 2f 00 00 46 ff ff ff  |user....X/..F...|
00000140  0f a3 ed f6 33 02 00 00  13 00 00 00 00 00 00 00  |....3...........|
00000150  21 78 30 41 00 00 00 00  8c 31 00 00 46 fd ff ff  |!x0A.....1..F...|
00000160  a4 29 af fe 39 01 00 00  13 00 00 00 00 00 00 00  |.)..9...........|
00000170  21 4d 65 6e 75 00 00 00  c8 32 00 00 46 ff ff ff  |!Menu....2..F...|
00000180  8d 72 a2 1a f5 01 00 00  13 00 00 00 00 00 00 00  |.r..............|
00000190  49 6e 64 65 6e 74 00 00  c0 34 00 00 46 ff ff ff  |Indent...4..F...|
000001a0  80 4e ef f6 a8 01 00 00  13 00 00 00 00 00 00 00  |.N..............|
000001b0  41 6c 69 67 6e 00 00 00  68 36 00 00 46 ff ff ff  |Align...h6..F...|
000001c0  d3 1e ef f6 5d 03 00 00  13 00 00 00 00 00 00 00  |....]...........|
000001d0  42 61 63 6b 67 72 6f 75  6e 64 00 00 c8 39 00 00  |Background...9..|
000001e0  46 ff ff ff 58 91 ee f6  0e 02 00 00 13 00 00 00  |F...X...........|
000001f0  00 00 00 00 62 65 6c 6f  77 00 00 00 d8 3b 00 00  |....below....;..|
00000200  46 ff ff ff cf c2 ec f6  78 01 00 00 13 00 00 00  |F.......x.......|
00000210  00 00 00 00 44 72 61 77  00 00 00 00 50 3d 00 00  |....Draw....P=..|
00000220  46 ff ff ff b7 b7 ad 1a  40 02 00 00 13 00 00 00  |F.......@.......|
00000230  00 00 00 00 54 61 62 6c  65 00 00 00 90 3f 00 00  |....Table....?..|
00000240  46 ff ff ff a5 13 c7 1d  92 08 00 00 13 00 00 00  |F...............|
00000250  00 00 00 00 46 00 00 00  24 48 00 00 46 ff ff ff  |....F...$H..F...|
00000260  c9 70 a8 1a 1d 01 00 00  13 00 00 00 00 00 00 00  |.p..............|
00000270  4c 69 6e 65 00 00 00 00  44 49 00 00 46 ff ff ff  |Line....DI..F...|
00000280  e4 d7 ad 1a 68 00 00 00  13 00 00 00 00 00 00 00  |....h...........|
00000290  4c 69 6e 6b 61 74 74 72  69 62 75 74 65 73 00 00  |Linkattributes..|
000002a0  ac 49 00 00 46 ff ff ff  67 e5 a8 1a 34 01 00 00  |.I..F...g...4...|
000002b0  13 00 00 00 00 00 00 00  4d 61 6e 75 61 6c 73 00  |........Manuals.|
000002c0  e0 4a 00 00 46 ff ff ff  a0 8e a9 1a 17 02 00 00  |.J..F...........|
000002d0  13 00 00 00 00 00 00 00  50 61 72 65 6e 74 00 00  |........Parent..|
000002e0  f8 4c 00 00 46 ff ff ff  07 0a aa 1a 44 01 00 00  |.L..F.......D...|
000002f0  13 00 00 00 00 00 00 00  50 72 65 66 69 78 00 00  |........Prefix..|
00000300  00 00 00 00 46 ff ff ff  68 11 aa 1a 00 00 00 00  |....F...h.......|
00000310  13 00 00 00 00 00 00 00  50 6f 73 74 46 69 78 3e  |........PostFix>|
00000320  50 72 65 66 69 78 00 00  00 00 00 00 46 ff ff ff  |Prefix......F...|
00000330  1a 16 aa 1a 00 00 00 00  13 00 00 00 00 00 00 00  |................|
00000340  45 6e 64 54 61 62 6c 65  3e 54 61 62 6c 65 00 00  |EndTable>Table..|
00000350  3c 4e 00 00 46 ff ff ff  2f 6b aa 1a 59 01 00 00  |<N..F.../k..Y...|
00000360  13 00 00 00 00 00 00 00  52 47 42 00 98 4f 00 00  |........RGB..O..|
00000370  46 ff ff ff 23 85 bc 1b  7e 01 00 00 13 00 00 00  |F...#...~.......|
00000380  00 00 00 00 53 70 72 69  74 65 00 00 18 51 00 00  |....Sprite...Q..|
00000390  46 ff ff ff e6 20 ab 1a  98 01 00 00 13 00 00 00  |F.... ..........|
000003a0  00 00 00 00 53 70 72 69  74 65 46 69 6c 65 00 00  |....SpriteFile..|
000003b0  b0 52 00 00 46 ff ff ff  6e 05 ae 1a e5 01 00 00  |.R..F...n.......|
000003c0  13 00 00 00 00 00 00 00  53 75 62 70 61 67 65 00  |........Subpage.|
000003d0  98 54 00 00 46 ff ff ff  6e 45 ba 1e a9 05 00 00  |.T..F...nE......|
000003e0  13 00 00 00 00 00 00 00  54 61 62 00 44 5a 00 00  |........Tab.DZ..|
000003f0  47 ff ff ff 5f 07 88 81  74 02 00 00 13 00 00 00  |G..._...t.......|
00000400  00 00 00 00 57 72 61 70  00 00 00 00 b8 5c 00 00  |....Wrap.....\..|
00000410  46 fd ff ff 23 c8 ec f6  39 01 00 00 13 00 00 00  |F...#...9.......|
00000420  00 00 00 00 21 43 6f 6d  6d 65 6e 74 00 00 00 00  |....!Comment....|
00000430  f4 5d 00 00 46 fd ff ff  ba 06 ed f6 ae 02 00 00  |.]..F...........|
00000440  13 00 00 00 00 00 00 00  21 53 74 72 6f 6e 67 00  |........!Strong.|
00000450  a4 60 00 00 46 ff ff ff  14 01 b0 1a f2 01 00 00  |.`..F...........|
00000460  13 00 00 00 00 00 00 00  49 6e 63 6c 75 64 65 00  |........Include.|
00000470  98 62 00 00 47 fd ff ff  08 e1 72 c2 09 09 00 00  |.b..G.....r.....|
00000480  13 00 00 00 00 00 00 00  46 41 51 00 a4 6b 00 00  |........FAQ..k..|
00000490  46 fd ff ff 9d f0 ee f6  7f 02 00 00 13 00 00 00  |F...............|
000004a0  00 00 00 00 66 74 79 70  65 00 00 00 24 6e 00 00  |....ftype...$n..|
000004b0  47 fd ff ff c4 c4 d4 bc  29 00 00 00 03 00 00 00  |G.......).......|
000004c0  00 00 00 00 44 72 61 77  57 72 61 70 70 65 72 00  |....DrawWrapper.|
000004d0  50 6e 00 00 47 fd ff ff  92 5d 81 c3 38 01 00 00  |Pn..G....]..8...|
000004e0  03 00 00 00 00 00 00 00  41 64 64 72 65 73 73 00  |........Address.|
000004f0  44 41 54 41 a8 02 00 00  44 72 61 77 c9 00 00 00  |DATA....Draw....|
00000500  00 00 00 00 44 72 61 77  20 20 20 20 20 20 20 20  |....Draw        |
00000510  b7 f6 00 00 c4 4f 01 00  eb 27 02 00 cc c2 02 00  |.....O...'......|
00000520  00 00 00 00 18 00 00 00  01 54 72 69 6e 69 74 79  |.........Trinity|
00000530  2e 42 6f 6c 64 00 00 00  0b 00 00 00 58 00 00 00  |.Bold.......X...|
00000540  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000550  00 06 00 00 10 01 00 00  00 00 f0 3f 00 00 00 00  |...........?....|
00000560  10 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000570  00 00 00 00 00 00 00 00  01 00 00 00 01 00 00 00  |................|
00000580  00 00 00 00 01 00 00 00  80 00 00 00 88 13 00 00  |................|
00000590  02 00 00 00 ac 00 00 00  1e e7 01 00 07 63 02 00  |.............c..|
000005a0  eb 27 02 00 d4 a3 02 00  00 ff ff ff 00 bb bb bb  |.'..............|
000005b0  00 00 00 00 42 00 10 20  02 00 00 00 6e 1e 02 00  |....B.. ....n...|
000005c0  85 6c 02 00 06 00 00 00  c9 11 02 00 de 5f 02 00  |.l..........._..|
000005d0  43 fd 01 00 de 5f 02 00  9c f0 01 00 85 6c 02 00  |C...._.......l..|
000005e0  06 00 00 00 f5 e3 01 00  2c 79 02 00 f5 e3 01 00  |........,y......|
000005f0  b0 8d 02 00 9c f0 01 00  57 9a 02 00 06 00 00 00  |........W.......|
00000600  43 fd 01 00 fe a6 02 00  c9 11 02 00 fe a6 02 00  |C...............|
00000610  6e 1e 02 00 57 9a 02 00  06 00 00 00 15 2b 02 00  |n...W........+..|
00000620  b0 8d 02 00 15 2b 02 00  2c 79 02 00 6e 1e 02 00  |.....+..,y..n...|
00000630  85 6c 02 00 05 00 00 00  00 00 00 00 02 00 00 00  |.l..............|
00000640  fc 00 00 00 b8 21 01 00  da 56 01 00 d3 1f 02 00  |.....!...V......|
00000650  ee 42 02 00 00 ff ff ff  00 bb bb bb 00 00 00 00  |.B..............|
00000660  42 00 10 20 02 00 00 00  40 06 02 00 c0 42 02 00  |B.. ....@....B..|
00000670  08 00 00 00 2e b7 01 00  ee 42 02 00 06 00 00 00  |.........B......|
00000680  fb 8d 01 00 e5 2a 02 00  35 5b 01 00 20 0c 02 00  |.....*..5[.. ...|
00000690  b8 21 01 00 1f f3 01 00  06 00 00 00 76 3e 01 00  |.!..........v>..|
000006a0  15 f4 01 00 7e 54 01 00  da f9 01 00 34 72 01 00  |....~T......4r..|
000006b0  82 02 02 00 06 00 00 00  06 3d 01 00 3b d1 01 00  |.........=..;...|
000006c0  9c 1f 01 00 53 86 01 00  bf 4e 01 00 cd 64 01 00  |....S....N...d..|
000006d0  06 00 00 00 91 88 01 00  ac 3b 01 00 f4 05 02 00  |.........;......|
000006e0  b2 73 01 00 d3 1f 02 00  ee b8 01 00 08 00 00 00  |.s..............|
000006f0  b9 c6 01 00 ee b8 01 00  06 00 00 00 85 b4 01 00  |................|
00000700  e5 a0 01 00 3b 9f 01 00  a6 9a 01 00 fb 8d 01 00  |....;...........|
00000710  28 a7 01 00 06 00 00 00  1d 74 01 00 32 bf 01 00  |(........t..2...|
00000720  ed df 01 00 f1 24 02 00  40 06 02 00 c0 42 02 00  |.....$..@....B..|
00000730  05 00 00 00 00 00 00 00  0c 00 00 00 60 00 00 00  |............`...|
00000740  b7 f6 00 00 c4 4f 01 00  67 27 01 00 cc c2 02 00  |.....O..g'......|
00000750  00 00 00 00 00 00 01 00  00 00 ff ff 00 00 00 00  |................|
00000760  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000770  00 dd dd dd 01 00 00 00  00 36 00 00 00 36 00 00  |.........6...6..|
00000780  f6 1b 01 00 64 4d 01 00  53 74 72 6f 6e 67 48 65  |....dM..StrongHe|
00000790  6c 70 20 32 2e 35 30 00  44 41 54 41 5f 02 00 00  |lp 2.50.DATA_...|
000007a0  48 65 6c 70 20 6f 6e 20  53 74 72 6f 6e 67 48 65  |Help on StrongHe|
000007b0  6c 70 0a 23 50 61 72 65  6e 74 20 21 4d 65 6e 75  |lp.#Parent !Menu|
000007c0  0a 23 53 70 72 69 74 65  20 38 2c 38 20 21 53 74  |.#Sprite 8,8 !St|
000007d0  72 6f 6e 67 48 6c 70 0a  23 53 70 72 69 74 65 20  |rongHlp.#Sprite |
000007e0  30 2c 30 20 21 53 74 72  6f 6e 67 48 6c 70 0a 23  |0,0 !StrongHlp.#|
000007f0  49 6e 64 65 6e 74 20 36  0a 53 74 72 6f 6e 67 48  |Indent 6.StrongH|
00000800  65 6c 70 20 69 73 20 61  20 73 69 6d 70 6c 65 20  |elp is a simple |
00000810  70 72 6f 67 72 61 6d 20  66 6f 72 20 70 72 65 73  |program for pres|
00000820  65 6e 74 69 6e 67 20 68  65 6c 70 20 69 6e 20 61  |enting help in a|
00000830  20 68 69 65 72 61 72 63  68 69 63 61 6c 20 77 69  | hierarchical wi|
00000840  6e 64 6f 77 2d 62 79 2d  77 69 6e 64 6f 77 20 77  |ndow-by-window w|
00000850  61 79 2e 20 48 65 72 65  20 69 73 20 61 20 62 72  |ay. Here is a br|
00000860  69 65 66 20 69 6e 74 72  6f 64 75 63 74 69 6f 6e  |ief introduction|
00000870  20 6f 6e 20 68 6f 77 20  74 6f 20 75 73 65 20 69  | on how to use i|
00000880  74 20 61 6e 64 20 68 6f  77 20 74 6f 20 64 65 73  |t and how to des|
00000890  69 67 6e 20 79 6f 75 72  20 6f 77 6e 20 6d 61 6e  |ign your own man|
000008a0  75 61 6c 73 2e 0a 23 49  6e 64 65 6e 74 3b 20 62  |uals..#Indent; b|
000008b0  65 6c 6f 77 0a 23 4c 69  6e 65 0a 0a 09 47 65 6e  |elow.#Line...Gen|
000008c0  65 72 61 6c 09 09 09 09  20 09 54 65 63 68 6e 69  |eral.... .Techni|
000008d0  63 61 6c 0a 0a 20 8f 20  09 3c 55 73 65 72 20 69  |cal.. . .<User i|
000008e0  6e 74 65 72 66 61 63 65  3d 3e 75 73 65 72 3e 09  |nterface=>user>.|
000008f0  09 20 8f 20 09 3c 53 79  6e 74 61 78 20 6f 66 20  |. . .<Syntax of |
00000900  70 61 67 65 73 3d 3e 70  73 79 6e 74 61 78 3e 0a  |pages=>psyntax>.|
00000910  20 8f 20 09 3c 46 75 74  75 72 65 20 69 6d 70 72  | . .<Future impr|
00000920  6f 76 65 6d 65 6e 74 73  3d 3e 66 75 74 75 72 65  |ovements=>future|
00000930  3e 09 20 8f 20 09 3c 53  79 6e 74 61 78 20 6f 66  |>. . .<Syntax of|
00000940  20 69 6d 61 67 65 20 66  69 6c 65 3d 3e 69 73 79  | image file=>isy|
00000950  6e 74 61 78 3e 0a 20 8f  20 09 3c 46 41 51 3e 09  |ntax>. . .<FAQ>.|
00000960  09 09 09 20 8f 20 09 3c  49 6e 74 65 72 66 61 63  |... . .<Interfac|
00000970  65 20 74 6f 20 6f 74 68  65 72 20 70 72 6f 67 72  |e to other progr|
00000980  61 6d 73 3d 3e 69 6e 74  65 72 66 61 63 65 3e 0a  |ams=>interface>.|
00000990  20 09 20 09 09 09 09 20  8f 20 09 3c 4d 69 73 63  | . .... . .<Misc|
000009a0  3d 3e 6d 69 73 63 3e 0a  0a 23 4c 69 6e 65 0a 23  |=>misc>..#Line.#|
000009b0  41 6c 69 67 6e 20 43 65  6e 74 72 65 0a 53 74 72  |Align Centre.Str|
000009c0  6f 6e 67 48 65 6c 70 20  69 73 20 61 20 46 72 65  |ongHelp is a Fre|
000009d0  65 77 61 72 65 20 70 72  6f 64 75 63 74 20 62 79  |eware product by|
000009e0  20 3c 47 75 74 74 6f 72  6d 20 56 69 6b 3d 3e 41  | <Guttorm Vik=>A|
000009f0  64 64 72 65 73 73 3e 00  44 41 54 41 25 0d 00 00  |ddress>.DATA%...|
00000a00  50 61 67 65 20 73 79 6e  74 61 78 0a 23 66 48 33  |Page syntax.#fH3|
00000a10  3a 50 61 67 65 20 53 79  6e 74 61 78 0a 0a 0a 23  |:Page Syntax...#|
00000a20  66 48 34 3a 54 69 74 6c  65 0a 0a 46 69 72 73 74  |fH4:Title..First|
00000a30  20 6c 69 6e 65 20 6f 66  20 74 65 78 74 20 69 73  | line of text is|
00000a40  20 70 61 67 65 20 74 69  74 6c 65 2e 0a 0a 23 66  | page title...#f|
00000a50  48 34 3a 4c 69 6e 6b 73  0a 0a 4c 69 6e 6b 73 20  |H4:Links..Links |
00000a60  74 6f 20 6f 74 68 65 72  20 70 61 67 65 73 20 61  |to other pages a|
00000a70  72 65 20 6f 66 20 74 68  65 20 66 6f 72 6d 20 7b  |re of the form {|
00000a80  46 63 6f 64 65 3a 3c 64  69 73 70 6c 61 79 5c 3e  |Fcode:<display\>|
00000a90  7d 20 6f 72 20 7b 46 63  6f 64 65 3a 3c 64 69 73  |} or {Fcode:<dis|
00000aa0  70 6c 61 79 3d 5c 3e 6e  65 77 70 61 67 65 5c 3e  |play=\>newpage\>|
00000ab0  7d 20 49 66 20 74 68 65  20 73 69 6d 70 6c 65 20  |} If the simple |
00000ac0  66 6f 72 6d 20 69 73 20  75 73 65 64 2c 20 23 70  |form is used, #p|
00000ad0  72 65 66 69 78 20 61 6e  64 20 23 70 6f 73 74 66  |refix and #postf|
00000ae0  69 78 20 61 72 65 20 61  64 64 65 64 20 28 73 65  |ix are added (se|
00000af0  65 20 62 65 6c 6f 77 29  20 49 66 20 74 68 65 20  |e below) If the |
00000b00  66 75 6c 6c 20 66 6f 72  6d 20 69 73 20 75 73 65  |full form is use|
00000b10  64 2c 20 74 68 65 6e 20  69 66 20 66 69 72 73 74  |d, then if first|
00000b20  20 63 68 61 72 20 6f 66  20 22 6e 65 77 70 61 67  | char of "newpag|
00000b30  65 22 20 69 73 20 22 2a  22 2c 20 74 68 69 73 20  |e" is "*", this |
00000b40  69 73 20 61 20 6f 73 20  63 6f 6d 6d 61 6e 64 20  |is a os command |
00000b50  74 68 61 74 20 77 69 6c  6c 20 62 65 20 57 69 6d  |that will be Wim|
00000b60  70 5f 53 74 61 72 74 54  61 73 6b 27 65 64 2e 0a  |p_StartTask'ed..|
00000b70  0a 4e 65 77 20 69 6e 20  76 65 72 73 69 6f 6e 20  |.New in version |
00000b80  32 2e 31 30 20 6f 66 20  53 74 72 6f 6e 67 48 65  |2.10 of StrongHe|
00000b90  6c 70 3a 0a 23 69 6e 64  65 6e 74 20 32 0a 7b 46  |lp:.#indent 2.{F|
00000ba0  63 6f 64 65 3a 3c 64 69  73 70 6c 61 79 3d 5c 3e  |code:<display=\>|
00000bb0  23 55 52 4c 20 5b 75 72  6c 5d 5c 3e 7d 0a 7b 46  |#URL [url]\>}.{F|
00000bc0  63 6f 64 65 3a 3c 64 69  73 70 6c 61 79 3d 5c 3e  |code:<display=\>|
00000bd0  23 54 59 50 45 20 5b 74  65 78 74 20 74 6f 20 74  |#TYPE [text to t|
00000be0  79 70 65 5d 5c 3e 7d 0a  23 69 6e 64 65 6e 74 0a  |ype]\>}.#indent.|
00000bf0  0a 54 68 65 20 66 69 72  73 74 20 6f 6e 65 20 77  |.The first one w|
00000c00  69 6c 6c 20 62 72 6f 61  64 63 61 73 74 20 61 6e  |ill broadcast an|
00000c10  20 55 52 4c 20 6d 65 73  73 61 67 65 2c 20 61 6e  | URL message, an|
00000c20  64 20 69 66 20 6e 6f 6f  6e 65 20 61 6e 73 77 65  |d if noone answe|
00000c30  72 73 2c 20 69 74 20 77  69 6c 6c 20 74 72 79 20  |rs, it will try |
00000c40  74 6f 20 73 74 61 72 74  20 74 68 65 20 63 6f 72  |to start the cor|
00000c50  72 65 63 74 20 55 52 4c  20 73 65 72 76 65 72 2e  |rect URL server.|
00000c60  20 54 68 69 73 20 69 73  20 74 68 65 20 70 72 6f  | This is the pro|
00000c70  74 6f 63 6f 6c 20 75 73  65 64 20 62 79 20 74 68  |tocol used by th|
00000c80  65 20 41 4e 54 20 49 6e  74 65 72 6e 65 74 20 73  |e ANT Internet s|
00000c90  75 69 74 65 2e 0a 0a 54  68 65 20 73 65 63 6f 6e  |uite...The secon|
00000ca0  64 20 6f 6e 65 20 77 69  6c 6c 20 69 6e 73 65 72  |d one will inser|
00000cb0  74 20 74 68 65 20 74 65  78 74 20 69 6e 74 6f 20  |t the text into |
00000cc0  74 68 65 20 6b 65 79 62  6f 61 72 64 20 62 75 66  |the keyboard buf|
00000cd0  66 65 72 2c 20 61 6e 64  20 66 72 6f 6d 20 74 68  |fer, and from th|
00000ce0  65 72 65 20 69 74 20 77  69 6c 6c 20 67 6f 20 74  |ere it will go t|
00000cf0  6f 20 74 68 65 20 70 72  6f 67 72 61 6d 20 74 68  |o the program th|
00000d00  61 74 20 63 75 72 72 65  6e 74 6c 79 20 68 61 73  |at currently has|
00000d10  20 74 68 65 20 69 6e 70  75 74 20 66 6f 63 75 73  | the input focus|
00000d20  2e 0a 0a 46 6f 72 20 62  6f 74 68 3b 20 69 66 20  |...For both; if |
00000d30  6e 6f 20 74 65 78 74 20  69 73 20 67 69 76 65 6e  |no text is given|
00000d40  2c 20 69 74 20 77 69 6c  6c 20 75 73 65 20 74 68  |, it will use th|
00000d50  65 20 64 69 73 70 6c 61  79 20 74 65 78 74 20 69  |e display text i|
00000d60  6e 73 74 65 61 64 2e 0a  0a 4e 65 77 20 69 6e 20  |nstead...New in |
00000d70  76 65 72 73 69 6f 6e 20  32 2e 32 30 20 6f 66 20  |version 2.20 of |
00000d80  53 74 72 6f 6e 67 48 65  6c 70 3a 0a 23 69 6e 64  |StrongHelp:.#ind|
00000d90  65 6e 74 20 32 0a 7b 46  63 6f 64 65 3a 23 54 41  |ent 2.{Fcode:#TA|
00000da0  47 20 74 61 67 7d 0a 7b  46 63 6f 64 65 3a 3c 64  |G tag}.{Fcode:<d|
00000db0  69 73 70 6c 61 79 3d 5c  3e 23 54 41 47 20 5b 74  |isplay=\>#TAG [t|
00000dc0  61 67 5d 5c 3e 7d 0a 7b  46 63 6f 64 65 3a 3c 64  |ag]\>}.{Fcode:<d|
00000dd0  69 73 70 6c 61 79 3d 5c  3e 70 61 67 65 23 74 61  |isplay=\>page#ta|
00000de0  67 5c 3e 7d 0a 23 69 6e  64 65 6e 74 0a 0a 54 68  |g\>}.#indent..Th|
00000df0  65 20 66 69 72 73 74 20  6f 6e 65 20 64 65 66 69  |e first one defi|
00000e00  6e 65 73 20 61 20 27 74  61 67 27 2e 20 54 68 65  |nes a 'tag'. The|
00000e10  20 73 65 63 6f 6e 64 20  6f 6e 65 20 6d 6f 76 65  | second one move|
00000e20  73 20 74 6f 20 61 20 6c  6f 63 61 6c 20 74 61 67  |s to a local tag|
00000e30  2c 20 61 6e 64 20 74 68  65 20 74 68 69 72 64 20  |, and the third |
00000e40  6f 6e 65 20 74 6f 20 61  20 74 61 67 20 6f 6e 20  |one to a tag on |
00000e50  61 20 67 69 76 65 6e 20  70 61 67 65 2e 0a 0a 2f  |a given page.../|
00000e60  4e 6f 74 65 2f 3a 20 49  66 20 79 6f 75 20 77 61  |Note/: If you wa|
00000e70  6e 74 20 74 6f 20 64 69  73 70 6c 61 79 20 74 68  |nt to display th|
00000e80  65 20 63 68 61 72 61 63  74 65 72 20 22 5c 3c 22  |e character "\<"|
00000e90  2c 20 79 6f 75 20 6d 75  73 74 20 2f 65 73 63 61  |, you must /esca|
00000ea0  70 65 2f 20 69 74 20 77  69 74 68 20 22 5c 5c 22  |pe/ it with "\\"|
00000eb0  20 28 54 68 65 20 65 78  63 65 70 74 69 6f 6e 73  | (The exceptions|
00000ec0  20 61 72 65 20 3c 3d 2c  20 3c 2d 20 61 6e 64 20  | are <=, <- and |
00000ed0  3c 3c 3c 3c 2e 2e 29 0a  0a 23 66 48 34 3a 50 72  |<<<<..)..#fH4:Pr|
00000ee0  65 70 72 6f 63 65 73 73  0a 0a 42 65 66 6f 72 65  |eprocess..Before|
00000ef0  20 74 68 65 20 61 63 74  75 61 6c 20 70 61 72 73  | the actual pars|
00000f00  69 6e 67 20 6f 66 20 74  68 65 20 70 61 67 65 20  |ing of the page |
00000f10  69 73 20 73 74 61 72 74  65 64 2c 20 69 74 20 69  |is started, it i|
00000f20  73 20 70 72 65 70 72 6f  63 65 73 73 65 64 2e 20  |s preprocessed. |
00000f30  54 77 6f 20 74 68 69 6e  67 73 20 61 72 65 20 65  |Two things are e|
00000f40  78 70 61 6e 64 65 64 20  3a 0a 0a 41 6e 20 6f 63  |xpanded :..An oc|
00000f50  63 75 72 65 6e 63 65 20  6f 66 20 5c 7b 24 20 76  |curence of \{$ v|
00000f60  61 72 6e 61 6d 65 7d 20  77 69 6c 6c 20 62 65 20  |arname} will be |
00000f70  72 65 70 6c 61 63 65 64  20 62 79 20 74 68 65 20  |replaced by the |
00000f80  76 61 6c 75 65 20 6f 66  20 74 68 65 20 73 79 73  |value of the sys|
00000f90  74 65 6d 20 76 61 72 69  61 62 6c 65 20 76 61 72  |tem variable var|
00000fa0  6e 61 6d 65 0a 0a 49 66  20 61 20 6c 69 6e 65 20  |name..If a line |
00000fb0  73 74 61 72 74 73 20 77  69 74 68 20 22 23 49 6e  |starts with "#In|
00000fc0  63 6c 75 64 65 20 66 69  6c 65 22 20 74 68 65 6e  |clude file" then|
00000fd0  20 74 68 65 20 6c 69 6e  65 20 77 69 6c 6c 20 62  | the line will b|
00000fe0  65 20 72 65 70 6c 61 63  65 64 20 77 69 74 68 20  |e replaced with |
00000ff0  74 68 65 20 63 6f 6e 74  65 6e 74 73 20 6f 66 20  |the contents of |
00001000  74 68 65 20 66 69 6c 65  2e 20 4e 6f 20 65 72 72  |the file. No err|
00001010  6f 72 20 69 73 20 67 69  76 65 6e 20 69 66 20 74  |or is given if t|
00001020  68 65 20 66 69 6c 65 20  64 6f 65 73 6e 27 74 20  |he file doesn't |
00001030  65 78 69 73 74 20 6f 72  20 66 61 69 6c 73 20 74  |exist or fails t|
00001040  6f 20 6c 6f 61 64 2e 0a  0a 54 68 65 6e 2c 20 62  |o load...Then, b|
00001050  65 66 6f 72 65 20 74 68  65 20 70 61 72 73 69 6e  |efore the parsin|
00001060  67 20 6f 66 20 74 68 65  20 70 61 67 65 20 62 65  |g of the page be|
00001070  67 69 6e 73 2c 20 74 68  65 20 63 6f 6d 6d 61 6e  |gins, the comman|
00001080  64 73 20 69 6e 20 21 53  74 72 6f 6e 67 48 6c 70  |ds in !StrongHlp|
00001090  2e 21 43 6f 6e 66 69 67  75 72 65 20 61 6e 64 20  |.!Configure and |
000010a0  5c 3c 6d 61 6e 75 61 6c  3e 2e 21 43 6f 6e 66 69  |\<manual>.!Confi|
000010b0  67 75 72 65 20 61 72 65  20 70 61 72 73 65 64 20  |gure are parsed |
000010c0  28 53 65 74 74 69 6e 67  20 75 70 20 64 65 66 61  |(Setting up defa|
000010d0  75 6c 74 20 66 6f 6e 74  73 20 61 6e 64 20 73 74  |ult fonts and st|
000010e0  79 6c 65 73 29 0a 0a 23  66 48 34 3a 4d 61 69 6e  |yles)..#fH4:Main|
000010f0  20 62 6f 64 79 0a 0a 54  68 65 20 6d 61 69 6e 20  | body..The main |
00001100  62 6f 64 79 20 63 6f 6e  74 61 69 6e 73 20 70 6c  |body contains pl|
00001110  61 69 6e 20 74 65 78 74  20 61 6e 64 20 2a 63 6f  |ain text and *co|
00001120  6d 6d 61 6e 64 73 2a 2e  20 43 6f 6d 6d 61 6e 64  |mmands*. Command|
00001130  73 20 61 72 65 20 69 6e  74 72 6f 64 75 63 65 64  |s are introduced|
00001140  20 77 69 74 68 20 61 20  22 23 22 20 61 74 20 74  | with a "#" at t|
00001150  68 65 20 73 74 61 72 74  20 6f 66 20 61 20 6c 69  |he start of a li|
00001160  6e 65 2c 20 6f 72 20 62  65 74 77 65 65 6e 20 22  |ne, or between "|
00001170  5c 7b 22 61 6e 64 20 22  7d 22 20 6f 74 68 65 72  |\{"and "}" other|
00001180  77 69 73 65 2e 20 54 6f  20 75 73 65 20 72 65 73  |wise. To use res|
00001190  65 72 76 65 64 20 63 68  61 72 61 63 74 65 72 73  |erved characters|
000011a0  2c 20 70 72 65 66 69 78  20 77 69 74 68 20 22 5c  |, prefix with "\|
000011b0  5c 22 20 28 65 78 3a 20  48 65 72 65 20 69 73 20  |\" (ex: Here is |
000011c0  61 20 70 61 69 72 20 6f  66 20 5c 5c 5c 7b 20 63  |a pair of \\\{ c|
000011d0  75 72 6c 79 20 62 72 61  63 6b 65 74 73 20 7d 20  |urly brackets } |
000011e0  29 20 41 6c 73 6f 20 69  6e 20 74 68 65 20 74 65  |) Also in the te|
000011f0  78 74 20 69 74 73 65 6c  66 2c 20 54 41 42 20 63  |xt itself, TAB c|
00001200  68 61 72 61 63 74 65 72  73 20 63 61 6e 20 62 65  |haracters can be|
00001210  20 75 73 65 64 20 74 6f  20 61 6c 69 67 6e 20 63  | used to align c|
00001220  6f 6c 75 6d 6e 73 20 6f  66 20 74 65 78 74 2c 20  |olumns of text, |
00001230  61 6e 64 20 22 2a 22 2c  20 22 2f 22 20 61 6e 64  |and "*", "/" and|
00001240  20 22 5f 22 20 63 61 6e  20 62 65 20 75 73 65 64  | "_" can be used|
00001250  20 74 6f 20 74 75 72 6e  20 6f 6e 2f 6f 66 66 20  | to turn on/off |
00001260  76 61 72 69 6f 75 73 20  73 74 79 6c 65 73 2e 20  |various styles. |
00001270  53 65 65 20 62 65 6c 6f  77 2e 0a 0a 54 68 65 73  |See below...Thes|
00001280  65 20 61 72 65 20 74 68  65 20 61 76 61 69 6c 61  |e are the availa|
00001290  62 6c 65 20 63 6f 6d 6d  61 6e 64 73 2e 20 4d 75  |ble commands. Mu|
000012a0  6c 74 69 70 6c 65 20 63  6f 6d 6d 61 6e 64 73 20  |ltiple commands |
000012b0  61 72 65 20 73 65 70 61  72 61 74 65 64 20 62 79  |are separated by|
000012c0  20 22 3b 22 0a 0a 3c 23  20 73 6f 6d 65 74 68 69  | ";"..<# somethi|
000012d0  6e 67 3d 3e 21 43 6f 6d  6d 65 6e 74 3e 09 41 20  |ng=>!Comment>.A |
000012e0  63 6f 6d 6d 65 6e 74 2e  20 4f 6e 6c 79 20 61 74  |comment. Only at|
000012f0  20 73 74 61 72 74 20 6f  66 20 6c 69 6e 65 2e 0a  | start of line..|
00001300  3c 5c 2a 20 2f 20 61 6e  64 20 5f 3d 3e 21 53 74  |<\* / and _=>!St|
00001310  72 6f 6e 67 3e 09 54 6f  67 67 6c 65 20 23 66 53  |rong>.Toggle #fS|
00001320  74 72 6f 6e 67 2c 20 23  66 45 6d 70 68 61 73 69  |trong, #fEmphasi|
00001330  73 20 61 6e 64 20 23 66  55 6e 64 65 72 6c 69 6e  |s and #fUnderlin|
00001340  65 20 6f 6e 2f 6f 66 66  0a 3c 41 6c 69 67 6e 3e  |e on/off.<Align>|
00001350  09 09 57 68 65 72 65 20  6f 6e 20 61 20 6c 69 6e  |..Where on a lin|
00001360  65 20 74 6f 20 70 6c 61  63 65 20 74 68 65 20 74  |e to place the t|
00001370  65 78 74 0a 3c 42 61 63  6b 67 72 6f 75 6e 64 3e  |ext.<Background>|
00001380  09 48 6f 77 20 74 68 65  20 70 61 67 65 20 62 61  |.How the page ba|
00001390  63 6b 67 72 6f 75 6e 64  20 73 68 6f 75 6c 64 20  |ckground should |
000013a0  61 70 70 65 61 72 0a 3c  42 65 6c 6f 77 3e 09 09  |appear.<Below>..|
000013b0  43 6f 6e 74 69 6e 75 65  20 6e 65 78 74 20 6c 69  |Continue next li|
000013c0  6e 65 20 62 65 6c 6f 77  20 61 6c 6c 20 67 72 61  |ne below all gra|
000013d0  70 68 69 63 73 0a 3c 44  72 61 77 3e 09 09 50 6c  |phics.<Draw>..Pl|
000013e0  61 63 65 20 61 20 64 72  61 77 66 69 6c 65 20 6f  |ace a drawfile o|
000013f0  6e 20 74 68 65 20 70 61  67 65 0a 3c 45 6e 64 74  |n the page.<Endt|
00001400  61 62 6c 65 3d 3e 54 61  62 6c 65 3e 09 45 6e 64  |able=>Table>.End|
00001410  20 6f 66 20 61 20 23 54  61 62 6c 65 0a 3c 46 3e  | of a #Table.<F>|
00001420  09 09 44 65 66 69 6e 65  2f 53 65 74 20 70 68 79  |..Define/Set phy|
00001430  73 69 63 61 6c 20 6f 72  20 6c 6f 67 69 63 61 6c  |sical or logical|
00001440  20 66 6f 6e 74 2e 0a 3c  49 6e 63 6c 75 64 65 3e  | font..<Include>|
00001450  09 49 6e 63 6c 75 64 65  20 61 20 73 6f 75 72 63  |.Include a sourc|
00001460  65 20 66 69 6c 65 0a 3c  49 6e 64 65 6e 74 3e 09  |e file.<Indent>.|
00001470  53 65 74 20 69 6e 64 65  6e 74 20 74 6f 20 62 65  |Set indent to be|
00001480  20 75 73 65 64 20 62 79  20 74 68 65 20 66 6f 6c  | used by the fol|
00001490  6c 6f 77 69 6e 67 20 74  65 78 74 0a 3c 4c 69 6e  |lowing text.<Lin|
000014a0  65 3e 09 09 50 6c 61 63  65 20 61 20 68 6f 72 69  |e>..Place a hori|
000014b0  7a 6f 6e 74 61 6c 20 6c  69 6e 65 20 6f 6e 20 74  |zontal line on t|
000014c0  68 65 20 70 61 67 65 0a  3c 4c 69 6e 6b 61 74 74  |he page.<Linkatt|
000014d0  72 69 62 75 74 65 73 3e  09 44 65 66 75 6e 63 74  |ributes>.Defunct|
000014e0  0a 3c 4d 61 6e 75 61 6c  73 3e 09 45 78 70 61 6e  |.<Manuals>.Expan|
000014f0  64 73 20 74 6f 20 61 20  6c 69 73 74 20 6f 66 20  |ds to a list of |
00001500  61 6c 6c 20 69 6e 73 74  61 6c 6c 65 64 20 6d 61  |all installed ma|
00001510  6e 75 61 6c 73 0a 3c 50  61 72 65 6e 74 3e 09 44  |nuals.<Parent>.D|
00001520  65 66 69 6e 65 73 20 70  61 72 65 6e 74 20 66 6f  |efines parent fo|
00001530  72 20 61 20 70 61 67 65  20 77 69 74 68 6f 75 74  |r a page without|
00001540  20 68 69 73 74 6f 72 79  0a 3c 50 72 65 66 69 78  | history.<Prefix|
00001550  3e 09 50 72 65 66 69 78  65 64 20 74 6f 20 5c 3c  |>.Prefixed to \<|
00001560  6c 69 6e 6b 3e 20 74 6f  20 67 65 74 20 63 6f 6d  |link> to get com|
00001570  70 6c 65 74 65 20 6c 69  6e 6b 0a 3c 50 6f 73 74  |plete link.<Post|
00001580  66 69 78 3d 3e 50 72 65  66 69 78 3e 09 50 6f 73  |fix=>Prefix>.Pos|
00001590  74 66 69 78 65 64 20 74  6f 20 5c 3c 6c 69 6e 6b  |tfixed to \<link|
000015a0  3e 20 74 6f 20 67 65 74  20 63 6f 6d 70 6c 65 74  |> to get complet|
000015b0  65 20 6c 69 6e 6b 0a 3c  52 47 42 3e 09 09 53 65  |e link.<RGB>..Se|
000015c0  74 20 63 6f 6c 6f 75 72  20 74 6f 20 62 65 20 75  |t colour to be u|
000015d0  73 65 64 20 6f 6e 20 74  68 65 20 66 6f 6c 6c 6f  |sed on the follo|
000015e0  77 69 6e 67 20 74 65 78  74 0a 3c 53 70 72 69 74  |wing text.<Sprit|
000015f0  65 3e 09 50 6c 61 63 65  20 61 20 73 70 72 69 74  |e>.Place a sprit|
00001600  65 20 6f 6e 20 74 68 65  20 70 61 67 65 0a 3c 53  |e on the page.<S|
00001610  70 72 69 74 65 66 69 6c  65 3e 09 44 65 66 69 6e  |pritefile>.Defin|
00001620  65 73 20 77 68 65 72 65  20 74 6f 20 66 69 6e 64  |es where to find|
00001630  20 61 20 23 53 70 72 69  74 65 0a 3c 53 75 62 70  | a #Sprite.<Subp|
00001640  61 67 65 3e 09 41 6e 6e  6f 75 6e 63 65 73 20 65  |age>.Announces e|
00001650  6e 64 20 6f 66 20 63 75  72 72 65 6e 74 20 70 61  |nd of current pa|
00001660  67 65 2c 20 61 6e 64 20  62 65 67 69 6e 6e 69 6e  |ge, and beginnin|
00001670  67 20 6f 66 20 61 20 73  75 62 70 61 67 65 0a 3c  |g of a subpage.<|
00001680  54 61 62 3e 09 09 53 74  61 72 74 73 2f 45 6e 64  |Tab>..Starts/End|
00001690  73 20 73 65 63 74 69 6f  6e 20 66 6f 72 6d 61 74  |s section format|
000016a0  74 65 64 20 77 69 74 68  20 74 68 65 20 54 41 42  |ted with the TAB|
000016b0  20 63 68 61 72 61 63 74  65 72 0a 3c 54 61 62 6c  | character.<Tabl|
000016c0  65 3e 09 09 4f 72 64 65  72 20 74 68 65 20 66 6f  |e>..Order the fo|
000016d0  6c 6c 6f 77 69 6e 67 20  6c 69 6e 65 73 20 69 6e  |llowing lines in|
000016e0  20 63 6f 6c 75 6d 6e 73  0a 3c 57 72 61 70 3e 09  | columns.<Wrap>.|
000016f0  09 54 65 6c 6c 73 20 53  74 72 6f 6e 67 48 65 6c  |.Tells StrongHel|
00001700  70 20 68 6f 77 20 74 6f  20 70 72 65 70 72 6f 63  |p how to preproc|
00001710  65 73 73 20 74 68 65 20  6c 69 6e 65 73 00 00 00  |ess the lines...|
00001720  44 41 54 41 04 04 00 00  48 6f 77 20 74 68 65 20  |DATA....How the |
00001730  69 6d 61 67 65 20 66 69  6c 69 6e 67 20 73 79 73  |image filing sys|
00001740  74 65 6d 20 69 73 20 75  73 65 64 0a 0a 4c 65 74  |tem is used..Let|
00001750  27 73 20 73 61 79 20 74  68 61 74 20 79 6f 75 20  |'s say that you |
00001760  70 72 65 73 73 20 46 31  20 69 6e 20 53 74 72 6f  |press F1 in Stro|
00001770  6e 67 45 44 20 77 68 69  6c 65 20 73 74 61 6e 64  |ngED while stand|
00001780  69 6e 67 20 6f 6e 20 74  68 65 20 77 6f 72 64 20  |ing on the word |
00001790  22 61 62 63 64 22 3a 0a  0a 57 69 74 68 20 74 68  |"abcd":..With th|
000017a0  69 73 20 6b 69 6e 64 20  6f 66 20 73 65 61 72 63  |is kind of searc|
000017b0  68 2c 20 77 65 20 6f 6e  6c 79 20 74 72 79 20 74  |h, we only try t|
000017c0  6f 20 6d 61 74 63 68 20  74 68 69 73 20 66 69 6c  |o match this fil|
000017d0  65 6e 61 6d 65 20 61 67  61 69 6e 73 74 20 66 69  |ename against fi|
000017e0  6c 65 73 20 6f 66 20 74  79 70 65 20 22 74 65 78  |les of type "tex|
000017f0  74 22 2e 20 50 61 67 65  73 20 74 68 61 74 20 61  |t". Pages that a|
00001800  72 65 20 6f 6e 6c 79 20  61 76 61 69 6c 61 62 6c  |re only availabl|
00001810  65 20 74 68 72 6f 75 67  68 20 6c 69 6e 6b 73 20  |e through links |
00001820  69 6e 20 6f 74 68 65 72  20 70 61 67 65 73 2c 20  |in other pages, |
00001830  73 68 6f 75 6c 64 20 62  65 20 6f 66 20 74 79 70  |should be of typ|
00001840  65 20 22 64 61 74 61 22  0a 0a 49 66 20 74 68 65  |e "data"..If the|
00001850  72 65 20 69 73 20 61 20  64 69 72 20 69 6e 20 74  |re is a dir in t|
00001860  68 65 20 72 6f 6f 74 20  63 61 6c 6c 65 64 20 22  |he root called "|
00001870  61 62 22 2c 20 74 68 65  6e 20 53 74 72 6f 6e 67  |ab", then Strong|
00001880  48 65 6c 70 20 77 69 6c  6c 20 74 68 65 6e 20 73  |Help will then s|
00001890  65 61 72 63 68 20 66 6f  72 20 22 63 64 22 20 69  |earch for "cd" i|
000018a0  6e 73 69 64 65 20 74 68  69 73 20 64 69 72 65 63  |nside this direc|
000018b0  74 6f 72 79 2e 0a 0a 49  66 20 74 68 65 72 65 20  |tory...If there |
000018c0  69 73 20 61 20 64 69 72  20 63 61 6c 6c 65 64 20  |is a dir called |
000018d0  22 5b 61 2d 66 5d 22 2c  20 74 68 65 6e 20 53 74  |"[a-f]", then St|
000018e0  72 6f 6e 67 48 65 6c 70  20 77 69 6c 6c 20 6c 6f  |rongHelp will lo|
000018f0  6f 6b 20 66 6f 72 20 22  61 62 63 64 22 20 69 6e  |ok for "abcd" in|
00001900  73 69 64 65 20 74 68 69  73 2e 20 59 6f 75 20 63  |side this. You c|
00001910  61 6e 20 61 6c 73 6f 20  75 73 65 20 22 5b 6c 65  |an also use "[le|
00001920  74 74 65 72 5d 22 2c 20  22 5b 6c 65 74 74 65 72  |tter]", "[letter|
00001930  2d 5d 22 20 6f 72 20 22  5b 2d 6c 65 74 74 65 72  |-]" or "[-letter|
00001940  5d 22 0a 0a 49 66 20 74  68 65 72 65 20 69 73 20  |]"..If there is |
00001950  61 20 66 69 6c 65 20 63  61 6c 6c 65 64 20 22 61  |a file called "a|
00001960  62 63 64 3e 6f 74 68 65  72 6e 61 6d 65 22 20 74  |bcd>othername" t|
00001970  68 65 6e 20 74 68 65 20  70 61 67 65 20 22 6f 74  |hen the page "ot|
00001980  68 65 72 6e 61 6d 65 22  20 69 73 20 6c 6f 61 64  |hername" is load|
00001990  65 64 20 69 6e 73 74 65  61 64 2e 20 54 68 69 73  |ed instead. This|
000019a0  20 6f 6e 6c 79 20 61 70  70 6c 69 65 73 20 66 6f  | only applies fo|
000019b0  72 20 46 31 20 73 65 61  72 63 68 65 73 2e 20 41  |r F1 searches. A|
000019c0  20 6c 69 6e 6b 20 69 6e  20 61 20 70 61 67 65 20  | link in a page |
000019d0  6d 75 73 74 20 72 65 66  65 72 65 6e 63 65 20 74  |must reference t|
000019e0  68 65 20 61 63 74 75 61  6c 20 66 69 6c 65 2e 0a  |he actual file..|
000019f0  0a 49 66 20 74 68 65 72  65 20 69 73 20 61 20 64  |.If there is a d|
00001a00  69 72 20 63 61 6c 6c 65  64 20 22 61 62 63 64 22  |ir called "abcd"|
00001a10  20 74 68 65 6e 20 74 68  65 20 66 69 6c 65 20 22  | then the file "|
00001a20  61 62 63 64 2e 21 52 6f  6f 74 22 20 69 73 20 75  |abcd.!Root" is u|
00001a30  73 65 64 2e 0a 0a 0a 54  68 65 20 61 63 74 75 61  |sed....The actua|
00001a40  6c 20 6e 61 6d 65 20 6f  66 20 61 20 70 61 67 65  |l name of a page|
00001a50  20 73 68 6f 75 6c 64 20  6e 65 76 65 72 20 63 6f  | should never co|
00001a60  6e 74 61 69 6e 20 74 68  65 20 63 68 61 72 61 63  |ntain the charac|
00001a70  74 65 72 73 20 27 21 5b  5d 5c 5c 5c 3c 3e 2e 24  |ters '![]\\\<>.$|
00001a80  25 26 3f 23 27 20 53 6f  6d 65 20 6d 6f 72 65 20  |%&?#' Some more |
00001a90  63 68 61 72 73 20 77 69  6c 6c 20 70 72 6f 62 61  |chars will proba|
00001aa0  62 6c 79 20 62 65 20 61  64 64 65 64 20 74 6f 20  |bly be added to |
00001ab0  74 68 69 73 20 6c 69 73  74 20 6c 61 74 65 72 2e  |this list later.|
00001ac0  20 57 68 65 6e 20 46 31  20 69 73 20 70 72 65 73  | When F1 is pres|
00001ad0  73 65 64 20 69 6e 20 61  6e 20 65 64 69 74 6f 72  |sed in an editor|
00001ae0  2c 20 69 74 20 73 68 6f  75 6c 64 20 63 6f 6e 76  |, it should conv|
00001af0  65 72 74 20 73 75 63 68  20 63 68 61 72 73 20 74  |ert such chars t|
00001b00  6f 20 21 78 58 58 20 28  20 22 21 78 22 20 2b 20  |o !xXX ( "!x" + |
00001b10  68 65 78 20 6f 66 20 61  73 63 69 69 20 76 61 6c  |hex of ascii val|
00001b20  75 65 20 29 44 41 54 41  10 02 00 00 46 75 74 75  |ue )DATA....Futu|
00001b30  72 65 20 69 6d 70 72 6f  76 65 6d 65 6e 74 73 0a  |re improvements.|
00001b40  8f 09 41 6e 20 69 6e 64  65 78 20 66 69 6c 65 2c  |..An index file,|
00001b50  20 74 6f 20 6d 61 6b 65  20 69 74 20 65 61 73 69  | to make it easi|
00001b60  65 72 20 74 6f 20 63 72  65 61 74 65 20 6d 61 6e  |er to create man|
00001b70  75 61 6c 73 20 77 68 65  72 65 20 74 68 65 20 73  |uals where the s|
00001b80  65 61 72 63 68 20 77 6f  72 64 73 20 61 72 65 6e  |earch words aren|
00001b90  27 74 20 6c 6f 67 69 63  61 6c 6c 79 20 67 72 6f  |'t logically gro|
00001ba0  75 70 65 64 20 62 79 20  73 68 61 72 69 6e 67 20  |uped by sharing |
00001bb0  74 68 65 20 73 61 6d 65  20 70 72 65 66 69 78 2e  |the same prefix.|
00001bc0  20 54 6f 64 61 79 73 20  73 79 73 74 65 6d 20 77  | Todays system w|
00001bd0  61 73 20 64 65 73 69 67  6e 65 64 20 61 72 6f 75  |as designed arou|
00001be0  6e 64 20 74 68 65 20 53  57 49 20 6e 61 6d 65 73  |nd the SWI names|
00001bf0  2c 20 61 6e 64 20 77 6f  72 6b 73 20 62 65 61 75  |, and works beau|
00001c00  74 69 66 75 6c 6c 79 20  66 6f 72 20 74 68 65 6d  |tifully for them|
00001c10  2e 20 46 6f 72 20 43 20  68 65 6c 70 2c 20 6f 6e  |. For C help, on|
00001c20  20 74 68 65 20 6f 74 68  65 72 20 68 61 6e 64 2c  | the other hand,|
00001c30  20 79 6f 75 20 77 6f 75  6c 64 20 6e 6f 72 6d 61  | you would norma|
00001c40  6c 6c 79 20 6c 69 6b 65  20 74 6f 20 67 72 6f 75  |lly like to grou|
00001c50  70 20 68 65 6c 70 20 65  6e 74 72 69 65 73 20 6f  |p help entries o|
00001c60  6e 20 77 68 69 63 68 20  68 65 61 64 65 72 66 69  |n which headerfi|
00001c70  6c 65 20 74 68 65 79 20  62 65 6c 6f 6e 67 20 69  |le they belong i|
00001c80  6e 2e 0a 0a 8f 09 46 75  6c 6c 20 6b 65 79 62 6f  |n.....Full keybo|
00001c90  61 72 64 20 63 6f 6e 74  72 6f 6c 20 6f 66 20 6e  |ard control of n|
00001ca0  61 76 69 67 61 74 69 6f  6e 2e 0a 0a 8f 09 45 6e  |avigation.....En|
00001cb0  61 62 6c 65 20 6d 61 6e  75 61 6c 73 20 74 6f 20  |able manuals to |
00001cc0  75 73 65 20 64 69 66 66  65 72 65 6e 74 20 73 65  |use different se|
00001cd0  74 73 20 6f 66 20 69 63  6f 6e 73 20 66 6f 72 20  |ts of icons for |
00001ce0  64 69 66 66 65 72 65 6e  74 20 72 65 73 6f 6c 75  |different resolu|
00001cf0  74 69 6f 6e 73 20 28 4c  69 6b 65 20 21 53 70 72  |tions (Like !Spr|
00001d00  69 74 65 73 2c 20 21 53  70 72 69 74 65 73 32 32  |ites, !Sprites22|
00001d10  2e 2e 29 0a 0a 8f 09 53  75 70 70 6f 72 74 20 66  |..)....Support f|
00001d20  6f 72 20 41 72 74 77 6f  72 6b 73 20 66 69 6c 65  |or Artworks file|
00001d30  73 2e 0a 0a 44 41 54 41  39 06 00 00 49 6e 74 65  |s...DATA9...Inte|
00001d40  72 66 61 63 65 20 74 6f  20 6f 74 68 65 72 20 70  |rface to other p|
00001d50  72 6f 67 72 61 6d 73 0a  54 68 65 20 69 6e 74 65  |rograms.The inte|
00001d60  72 66 61 63 65 20 69 73  20 6f 6e 65 20 73 69 6d  |rface is one sim|
00001d70  70 6c 65 20 57 69 6d 70  20 6d 65 73 73 61 67 65  |ple Wimp message|
00001d80  20 61 6e 64 20 6f 6e 65  20 5c 2a 63 6f 6d 6d 61  | and one \*comma|
00001d90  6e 64 2e 0a 0a 54 68 65  20 6d 65 73 73 61 67 65  |nd...The message|
00001da0  20 69 73 20 26 34 33 42  30 30 2c 20 61 6e 64 20  | is &43B00, and |
00001db0  66 72 6f 6d 20 6f 66 66  73 65 74 20 32 30 20 74  |from offset 20 t|
00001dc0  68 65 20 66 6f 6c 6c 6f  77 69 6e 67 20 74 65 78  |he following tex|
00001dd0  74 20 73 68 6f 75 6c 64  20 61 70 70 65 61 72 3a  |t should appear:|
00001de0  0a 0a 20 20 20 20 48 65  6c 70 5f 57 6f 72 64 20  |..    Help_Word |
00001df0  5b 70 61 74 68 5d 20 70  61 67 65 0a 0a 50 61 74  |[path] page..Pat|
00001e00  68 20 69 73 20 6f 6e 65  20 6f 66 20 74 68 65 20  |h is one of the |
00001e10  66 6f 6c 6c 6f 77 69 6e  67 3a 0a 0a 20 8f 09 4e  |following:.. ..N|
00001e20  6f 74 68 69 6e 67 2e 20  41 6c 6c 20 6c 6f 61 64  |othing. All load|
00001e30  65 64 20 68 65 6c 70 20  6d 61 6e 75 61 6c 73 20  |ed help manuals |
00001e40  77 69 6c 6c 20 62 65 20  73 63 61 6e 6e 65 64 2c  |will be scanned,|
00001e50  20 69 6e 20 74 68 65 20  6f 72 64 65 72 20 74 68  | in the order th|
00001e60  65 79 20 61 70 70 65 61  72 20 69 6e 20 74 68 65  |ey appear in the|
00001e70  20 72 6f 6f 74 20 70 61  67 65 20 6f 66 20 53 74  | root page of St|
00001e80  72 6f 6e 67 48 65 6c 70  2e 0a 0a 20 8f 09 41 20  |rongHelp... ..A |
00001e90  63 6f 6d 6d 61 20 73 65  70 61 72 61 74 65 64 20  |comma separated |
00001ea0  6c 69 73 74 20 6f 66 20  68 65 6c 70 20 6d 61 6e  |list of help man|
00001eb0  75 61 6c 73 20 74 6f 20  73 63 61 6e 2e 20 49 66  |uals to scan. If|
00001ec0  20 74 68 65 20 6c 69 73  74 20 65 6e 64 73 20 77  | the list ends w|
00001ed0  69 74 68 20 63 6f 6d 6d  61 2c 20 74 68 65 6e 20  |ith comma, then |
00001ee0  61 6c 6c 20 74 68 65 20  72 65 73 74 20 6f 66 20  |all the rest of |
00001ef0  74 68 65 20 6d 61 6e 75  61 6c 73 20 77 69 6c 6c  |the manuals will|
00001f00  20 62 65 20 73 63 61 6e  6e 65 64 20 6f 6e 63 65  | be scanned once|
00001f10  20 74 68 65 20 6f 6e 65  73 20 69 6e 20 74 68 65  | the ones in the|
00001f20  20 6c 69 73 74 20 61 72  65 20 75 73 65 64 20 75  | list are used u|
00001f30  70 2e 0a 0a 20 8f 09 54  68 65 20 63 6f 6d 70 6c  |p... ..The compl|
00001f40  65 74 65 20 70 61 74 68  20 74 6f 20 74 68 65 20  |ete path to the |
00001f50  69 6d 61 67 65 20 66 69  6c 65 2e 20 50 72 6f 67  |image file. Prog|
00001f60  72 61 6d 73 20 73 68 6f  75 6c 64 20 75 73 65 20  |rams should use |
00001f70  74 68 69 73 20 74 6f 20  67 69 76 65 20 68 65 6c  |this to give hel|
00001f80  70 20 6f 6e 20 74 68 65  6d 73 65 6c 76 65 73 3a  |p on themselves:|
00001f90  0a 09 20 20 48 65 6c 70  5f 57 6f 72 64 20 5c 3c  |..  Help_Word \<|
00001fa0  53 74 72 6f 6e 67 45 44  24 44 69 72 3e 2e 53 74  |StrongED$Dir>.St|
00001fb0  72 6f 6e 67 45 44 20 21  52 6f 6f 74 0a 0a 54 68  |rongED !Root..Th|
00001fc0  65 20 43 6f 6d 6d 61 6e  64 20 69 73 20 7b 66 43  |e Command is {fC|
00001fd0  6f 64 65 7d 2a 53 74 72  6f 6e 67 48 65 6c 70 20  |ode}*StrongHelp |
00001fe0  5b 70 61 74 68 5d 20 70  61 67 65 7b 66 7d 2e 20  |[path] page{f}. |
00001ff0  53 74 72 6f 6e 67 48 65  6c 70 20 6a 75 73 74 20  |StrongHelp just |
00002000  72 65 6d 65 6d 62 65 72  73 20 74 68 65 20 6c 69  |remembers the li|
00002010  6e 65 20 75 6e 74 69 6c  20 69 74 20 72 65 67 61  |ne until it rega|
00002020  69 6e 73 20 63 6f 6e 74  72 6f 6c 20 66 72 6f 6d  |ins control from|
00002030  20 57 69 6d 70 5f 50 6f  6c 6c 2c 20 61 6e 64 20  | Wimp_Poll, and |
00002040  74 68 65 6e 20 74 72 65  61 74 73 20 69 74 20 61  |then treats it a|
00002050  73 20 69 66 20 69 74 20  68 61 64 20 72 65 63 65  |s if it had rece|
00002060  69 76 65 64 20 61 20 48  65 6c 70 5f 57 6f 72 64  |ived a Help_Word|
00002070  20 6d 65 73 73 61 67 65  2e 0a 0a 23 4c 69 6e 65  | message...#Line|
00002080  0a 0a 54 68 65 20 65 61  73 69 65 73 74 20 77 61  |..The easiest wa|
00002090  79 20 74 6f 20 6f 70 65  6e 20 61 20 6d 61 6e 75  |y to open a manu|
000020a0  61 6c 20 66 72 6f 6d 20  77 69 74 68 69 6e 20 61  |al from within a|
000020b0  6e 20 61 70 70 6c 69 63  61 74 69 6f 6e 2c 20 69  |n application, i|
000020c0  73 20 74 6f 20 75 73 65  20 74 68 65 20 46 69 6c  |s to use the Fil|
000020d0  65 72 5f 52 75 6e 20 4f  53 20 63 6f 6d 6d 61 6e  |er_Run OS comman|
000020e0  64 2e 20 49 66 20 79 6f  75 20 77 61 6e 74 20 74  |d. If you want t|
000020f0  6f 20 62 65 20 61 20 6c  69 74 74 6c 65 20 6d 6f  |o be a little mo|
00002100  72 65 20 61 64 76 61 6e  63 65 64 2c 20 6f 72 20  |re advanced, or |
00002110  69 66 20 79 6f 75 20 77  61 6e 74 20 74 6f 20 6f  |if you want to o|
00002120  70 65 6e 20 6f 74 68 65  72 20 70 61 67 65 73 20  |pen other pages |
00002130  74 68 61 6e 20 74 68 65  20 72 6f 6f 74 20 70 61  |than the root pa|
00002140  67 65 20 6f 66 20 61 20  6d 61 6e 75 61 6c 2c 20  |ge of a manual, |
00002150  79 6f 75 20 73 65 6e 64  20 74 68 65 20 48 65 6c  |you send the Hel|
00002160  70 5f 57 6f 72 64 20 6d  65 73 73 61 67 65 20 61  |p_Word message a|
00002170  73 20 64 65 73 63 72 69  62 65 64 20 61 62 6f 76  |s described abov|
00002180  65 2e 20 49 66 20 74 68  65 20 6d 65 73 73 61 67  |e. If the messag|
00002190  65 20 62 6f 75 6e 63 65  73 2c 20 79 6f 75 20 75  |e bounces, you u|
000021a0  73 65 20 53 74 72 6f 6e  67 48 65 6c 70 24 44 69  |se StrongHelp$Di|
000021b0  72 20 74 6f 20 6c 61 75  6e 63 68 20 53 74 72 6f  |r to launch Stro|
000021c0  6e 67 48 65 6c 70 2c 20  61 6e 64 20 74 68 65 6e  |ngHelp, and then|
000021d0  20 73 65 6e 64 20 74 68  65 20 6d 65 73 73 61 67  | send the messag|
000021e0  65 20 61 6e 65 77 2e 0a  0a 49 66 20 53 74 72 6f  |e anew...If Stro|
000021f0  6e 67 48 65 6c 70 20 69  73 20 64 69 73 74 72 69  |ngHelp is distri|
00002200  62 75 74 65 64 20 74 6f  67 65 74 68 65 72 20 77  |buted together w|
00002210  69 74 68 20 79 6f 75 72  20 61 70 70 6c 69 63 61  |ith your applica|
00002220  74 69 6f 6e 2c 20 74 68  65 6e 20 69 74 20 73 68  |tion, then it sh|
00002230  6f 75 6c 64 20 6e 6f 74  20 62 65 20 68 69 64 64  |ould not be hidd|
00002240  65 6e 20 69 6e 73 69 64  65 20 74 68 65 20 61 70  |en inside the ap|
00002250  70 6c 69 63 61 74 69 6f  6e 2c 20 62 75 74 20 73  |plication, but s|
00002260  68 6f 75 6c 64 20 62 65  20 61 74 20 74 68 65 20  |hould be at the |
00002270  6f 75 74 65 72 20 6c 65  76 65 6c 2c 20 66 6f 72  |outer level, for|
00002280  20 74 68 65 20 75 73 65  72 20 74 6f 20 69 6e 73  | the user to ins|
00002290  74 61 6c 6c 20 77 68 65  72 65 76 65 72 20 68 65  |tall wherever he|
000022a0  20 77 61 6e 74 73 2e 20  4f 6e 6c 79 20 74 68 65  | wants. Only the|
000022b0  20 21 53 74 72 6f 6e 67  48 6c 70 20 64 69 72 65  | !StrongHlp dire|
000022c0  63 74 6f 72 79 20 69 73  20 6e 65 65 64 65 64 2c  |ctory is needed,|
000022d0  20 62 75 74 20 69 66 20  74 68 65 20 21 4d 61 6e  | but if the !Man|
000022e0  75 61 6c 73 20 64 69 72  65 63 74 6f 72 79 20 69  |uals directory i|
000022f0  73 20 69 6e 63 6c 75 64  65 64 20 74 68 69 73 20  |s included this |
00002300  73 68 6f 75 6c 64 20 2a  6e 6f 74 2a 20 69 6e 63  |should *not* inc|
00002310  6c 75 64 65 20 74 68 65  20 6d 61 6e 75 61 6c 20  |lude the manual |
00002320  66 6f 72 20 79 6f 75 72  20 61 70 70 6c 69 63 61  |for your applica|
00002330  74 69 6f 6e 2e 20 41 70  70 6c 69 63 61 74 69 6f  |tion. Applicatio|
00002340  6e 20 6d 61 6e 75 61 6c  73 20 62 65 6c 6f 6e 67  |n manuals belong|
00002350  20 69 6e 20 21 61 70 70  2e 52 65 73 6f 75 72 63  | in !app.Resourc|
00002360  65 73 20 73 6f 6d 65 77  68 65 72 65 2e 00 00 00  |es somewhere....|
00002370  44 41 54 41 a0 04 00 00  4d 69 73 63 0a 8f 09 42  |DATA....Misc...B|
00002380  65 66 6f 72 65 20 53 74  72 6f 6e 67 48 65 6c 70  |efore StrongHelp|
00002390  20 73 65 61 72 63 68 20  66 6f 72 20 61 20 70 61  | search for a pa|
000023a0  67 65 2c 20 69 74 20 63  68 65 63 6b 73 20 69 66  |ge, it checks if|
000023b0  20 74 68 65 72 65 20 69  73 20 61 20 66 69 6c 65  | there is a file|
000023c0  20 63 61 6c 6c 65 64 20  21 50 72 65 20 69 6e 20  | called !Pre in |
000023d0  74 68 65 20 72 6f 6f 74  20 64 69 72 20 6f 66 20  |the root dir of |
000023e0  74 68 65 20 69 6d 61 67  65 2e 20 54 68 69 73 20  |the image. This |
000023f0  69 73 20 61 20 6d 61 63  68 69 6e 65 20 63 6f 64  |is a machine cod|
00002400  65 20 75 74 69 6c 69 74  79 20 74 68 61 74 20 63  |e utility that c|
00002410  61 6e 20 61 6c 74 65 72  20 74 68 65 20 73 74 72  |an alter the str|
00002420  69 6e 67 20 74 6f 20 62  65 20 73 65 61 72 63 68  |ing to be search|
00002430  65 64 20 66 6f 72 2e 20  45 78 61 6d 70 6c 65 73  |ed for. Examples|
00002440  20 6f 6e 20 75 73 61 67  65 20 69 73 20 74 6f 20  | on usage is to |
00002450  73 74 72 69 70 20 6f 66  66 20 74 68 65 20 22 58  |strip off the "X|
00002460  22 20 69 6e 20 58 4f 53  5f 50 6c 6f 74 20 61 6e  |" in XOS_Plot an|
00002470  64 20 74 68 65 20 22 65  71 22 20 69 6e 20 4c 44  |d the "eq" in LD|
00002480  4d 65 71 46 44 22 3a 0a  09 20 20 49 6e 3a 09 52  |MeqFD":..  In:.R|
00002490  30 09 3d 09 4f 72 69 67  6e 61 6c 20 77 6f 72 64  |0.=.Orignal word|
000024a0  20 28 63 6f 6e 74 65 6e  74 73 20 2a 6e 6f 74 2a  | (contents *not*|
000024b0  20 74 6f 20 62 65 20 61  6c 74 65 72 65 64 29 0a  | to be altered).|
000024c0  09 20 20 09 52 31 09 3d  09 42 75 66 66 65 72 20  |.  .R1.=.Buffer |
000024d0  66 6f 72 20 6d 6f 64 69  66 69 65 64 20 73 74 72  |for modified str|
000024e0  69 6e 67 0a 09 20 20 09  52 31 33 09 3d 09 53 6d  |ing..  .R13.=.Sm|
000024f0  61 6c 6c 20 73 74 61 63  6b 0a 09 20 20 4f 75 74  |all stack..  Out|
00002500  3a 09 52 30 09 3d 09 6d  6f 64 69 66 69 65 64 20  |:.R0.=.modified |
00002510  73 74 72 69 6e 67 20 28  63 61 6e 20 70 6f 69 6e  |string (can poin|
00002520  74 20 74 6f 20 61 6e 79  77 68 65 72 65 20 69 6e  |t to anywhere in|
00002530  20 62 75 66 66 65 72 73  20 52 30 20 6f 72 20 52  | buffers R0 or R|
00002540  31 2e 20 46 6f 72 20 58  4f 53 5f 50 6c 6f 74 2c  |1. For XOS_Plot,|
00002550  20 77 65 20 6f 6e 6c 79  20 64 6f 20 52 30 3d 52  | we only do R0=R|
00002560  30 2b 31 29 0a 0a 8f 09  57 68 65 6e 20 61 20 66  |0+1)....When a f|
00002570  69 6c 65 20 69 73 20 64  72 61 67 67 65 64 20 74  |ile is dragged t|
00002580  6f 20 74 68 65 20 69 63  6f 6e 62 61 72 2c 20 53  |o the iconbar, S|
00002590  74 72 6f 6e 67 48 65 6c  70 20 73 65 74 73 20 74  |trongHelp sets t|
000025a0  68 65 20 73 79 73 74 65  6d 20 76 61 72 69 61 62  |he system variab|
000025b0  6c 65 20 74 6d 70 24 70  61 74 68 20 74 6f 20 74  |le tmp$path to t|
000025c0  68 65 20 66 75 6c 6c 20  70 61 74 68 20 6f 66 20  |he full path of |
000025d0  74 68 65 20 66 69 6c 65  2c 20 61 6e 64 20 74 6d  |the file, and tm|
000025e0  70 24 6c 65 61 66 20 74  6f 20 74 68 65 20 6c 65  |p$leaf to the le|
000025f0  61 66 6e 61 6d 65 20 6f  66 20 74 68 65 20 66 69  |afname of the fi|
00002600  6c 65 2e 0a 0a 8f 09 55  73 65 20 74 68 65 20 43  |le.....Use the C|
00002610  6c 65 61 6e 43 6f 70 79  20 70 72 6f 67 72 61 6d  |leanCopy program|
00002620  20 74 6f 20 6d 69 6e 69  6d 69 73 65 20 69 6e 74  | to minimise int|
00002630  65 72 6e 61 6c 20 77 61  73 74 65 20 61 6e 64 20  |ernal waste and |
00002640  66 72 61 67 6d 65 6e 74  61 74 69 6f 6e 2e 20 28  |fragmentation. (|
00002650  4a 75 73 74 20 64 72 61  67 20 74 68 65 20 4d 61  |Just drag the Ma|
00002660  6e 75 61 6c 20 74 6f 20  53 74 72 6f 6e 67 48 65  |nual to StrongHe|
00002670  6c 70 27 73 20 69 63 6f  6e 62 61 72 20 69 63 6f  |lp's iconbar ico|
00002680  6e 2c 20 61 6e 64 20 73  65 6c 63 74 20 22 43 6c  |n, and selct "Cl|
00002690  65 61 6e 43 6f 70 79 22  29 0a 0a 8f 09 55 73 65  |eanCopy")....Use|
000026a0  20 74 68 65 20 45 78 74  72 61 63 74 20 70 72 6f  | the Extract pro|
000026b0  67 72 61 6d 20 74 6f 20  63 6f 6e 76 65 72 74 20  |gram to convert |
000026c0  64 61 74 61 20 66 6f 72  20 74 68 65 20 6f 6c 64  |data for the old|
000026d0  20 76 65 72 73 69 6f 6e  20 6f 66 20 53 74 72 6f  | version of Stro|
000026e0  6e 67 48 65 6c 70 2e 20  54 68 69 73 20 69 73 20  |ngHelp. This is |
000026f0  61 6e 20 27 61 64 20 68  6f 63 27 20 70 72 6f 67  |an 'ad hoc' prog|
00002700  72 61 6d 2c 20 61 6e 64  20 79 6f 75 27 6c 6c 20  |ram, and you'll |
00002710  68 61 76 65 20 74 6f 20  65 64 69 74 20 69 74 20  |have to edit it |
00002720  62 65 66 6f 72 65 20 79  6f 75 20 72 75 6e 20 69  |before you run i|
00002730  74 20 66 6f 72 20 61 20  73 70 65 63 69 66 69 63  |t for a specific|
00002740  20 63 6f 6e 76 65 72 73  69 6f 6e 0a 0a 8f 09 41  | conversion....A|
00002750  73 20 6f 66 20 76 65 72  73 69 6f 6e 20 32 2e 31  |s of version 2.1|
00002760  30 20 6f 66 20 53 74 72  6f 6e 67 48 65 6c 70 2c  |0 of StrongHelp,|
00002770  20 61 6c 6c 20 66 69 6c  65 73 20 63 61 6e 20 62  | all files can b|
00002780  65 20 73 71 75 61 73 68  65 64 2e 20 4e 6f 74 65  |e squashed. Note|
00002790  20 74 68 61 74 20 74 68  65 72 65 20 69 73 6e 27  | that there isn'|
000027a0  74 20 6d 75 63 68 20 74  6f 20 62 65 20 67 61 69  |t much to be gai|
000027b0  6e 65 64 20 62 79 20 73  71 75 61 73 68 69 6e 67  |ned by squashing|
000027c0  20 73 68 6f 72 74 20 74  65 78 74 20 70 61 67 65  | short text page|
000027d0  73 20 28 6f 72 20 61 6e  79 20 6f 74 68 65 72 20  |s (or any other |
000027e0  73 6d 61 6c 6c 20 66 69  6c 65 73 29 20 42 65 74  |small files) Bet|
000027f0  74 65 72 20 67 6f 20 66  6f 72 20 73 70 72 69 74  |ter go for sprit|
00002800  65 20 61 6e 64 20 64 72  61 77 66 69 6c 65 73 2e  |e and drawfiles.|
00002810  44 41 54 41 48 07 00 00  55 73 65 72 20 69 6e 74  |DATAH...User int|
00002820  65 72 66 61 63 65 0a 8f  09 43 6c 69 63 6b 20 73  |erface...Click s|
00002830  65 6c 65 63 74 20 6f 6e  20 74 68 65 20 69 63 6f  |elect on the ico|
00002840  6e 62 61 72 20 69 63 6f  6e 20 74 6f 20 6f 70 65  |nbar icon to ope|
00002850  6e 20 74 68 65 20 72 6f  6f 74 20 70 61 67 65 20  |n the root page |
00002860  77 69 74 68 20 61 20 6c  69 73 74 69 6e 67 20 6f  |with a listing o|
00002870  66 20 61 6c 6c 20 69 6e  73 74 61 6c 6c 65 64 20  |f all installed |
00002880  6d 61 6e 75 61 6c 73 2e  0a 0a 8f 09 44 6f 75 62  |manuals.....Doub|
00002890  6c 65 63 6c 69 63 6b 20  6f 6e 20 61 20 53 74 72  |leclick on a Str|
000028a0  6f 6e 67 48 65 6c 70 20  6d 61 6e 75 61 6c 20 66  |ongHelp manual f|
000028b0  69 6c 65 20 74 6f 20 72  65 67 69 73 74 65 72 20  |ile to register |
000028c0  69 74 20 61 6e 64 20 6f  70 65 6e 20 69 74 73 20  |it and open its |
000028d0  72 6f 6f 74 20 70 61 67  65 2e 0a 0a 8f 09 43 6c  |root page.....Cl|
000028e0  69 63 6b 20 61 64 6a 75  73 74 20 6f 6e 20 74 68  |ick adjust on th|
000028f0  65 20 69 63 6f 6e 62 61  72 20 69 63 6f 6e 20 74  |e iconbar icon t|
00002900  6f 20 6f 70 65 6e 20 61  20 77 69 6e 64 6f 77 20  |o open a window |
00002910  77 69 74 68 20 61 20 6c  69 73 74 20 6f 66 20 74  |with a list of t|
00002920  68 65 20 6c 61 73 74 20  32 30 20 63 6c 6f 73 65  |he last 20 close|
00002930  64 20 70 61 67 65 73 20  28 4f 6e 6c 79 20 70 61  |d pages (Only pa|
00002940  67 65 73 20 63 6c 6f 73  65 64 20 77 69 74 68 20  |ges closed with |
00002950  73 65 6c 65 63 74 20 77  69 6c 6c 20 73 68 6f 77  |select will show|
00002960  20 75 70 20 68 65 72 65  29 0a 0a 8f 09 44 72 61  | up here)....Dra|
00002970  67 20 61 20 66 69 6c 65  20 74 6f 20 74 68 65 20  |g a file to the |
00002980  69 63 6f 6e 62 61 72 20  69 63 6f 6e 20 74 6f 20  |iconbar icon to |
00002990  67 65 74 20 68 65 6c 70  20 6f 6e 20 74 68 69 73  |get help on this|
000029a0  20 66 69 6c 65 20 74 79  70 65 2e 20 49 6e 20 74  | file type. In t|
000029b0  68 65 20 70 61 67 65 20  66 6f 72 20 53 74 72 6f  |he page for Stro|
000029c0  6e 67 48 65 6c 70 20 6d  61 6e 75 61 6c 73 2c 20  |ngHelp manuals, |
000029d0  79 6f 75 20 63 61 6e 20  61 63 63 65 73 73 20 73  |you can access s|
000029e0  6f 6d 65 20 75 74 69 6c  69 74 69 65 73 20 28 69  |ome utilities (i|
000029f0  65 20 43 6c 65 61 6e 43  6f 70 79 29 0a 0a 8f 09  |e CleanCopy)....|
00002a00  43 6c 69 63 6b 20 73 65  6c 65 63 74 20 6f 72 20  |Click select or |
00002a10  61 64 6a 75 73 74 20 6f  6e 20 61 20 6c 69 6e 6b  |adjust on a link|
00002a20  20 74 6f 20 67 6f 20 74  6f 20 6e 65 77 20 70 61  | to go to new pa|
00002a30  67 65 2e 20 41 64 6a 75  73 74 20 63 6c 6f 73 65  |ge. Adjust close|
00002a40  73 20 70 61 72 65 6e 74  20 77 69 6e 64 6f 77 2c  |s parent window,|
00002a50  20 69 6e 20 74 68 65 20  74 72 61 64 69 74 69 6f  | in the traditio|
00002a60  6e 61 6c 20 52 69 73 63  20 4f 53 20 77 61 79 2e  |nal Risc OS way.|
00002a70  0a 0a 8f 09 43 6c 6f 73  65 20 77 69 6e 64 6f 77  |....Close window|
00002a80  20 77 69 74 68 20 73 65  6c 65 63 74 20 6f 72 20  | with select or |
00002a90  61 64 6a 75 73 74 2e 20  55 73 65 20 73 68 69 66  |adjust. Use shif|
00002aa0  74 20 61 64 6a 75 73 74  20 74 6f 20 6a 75 73 74  |t adjust to just|
00002ab0  20 6f 70 65 6e 20 70 61  72 65 6e 74 20 77 69 6e  | open parent win|
00002ac0  64 6f 77 20 77 69 74 68  6f 75 74 20 63 6c 6f 73  |dow without clos|
00002ad0  69 6e 67 20 74 68 65 20  63 75 72 72 65 6e 74 20  |ing the current |
00002ae0  70 61 67 65 2e 0a 0a 8f  09 57 69 6e 64 6f 77 73  |page.....Windows|
00002af0  20 63 61 6e 20 61 6c 73  6f 20 62 65 20 63 6c 6f  | can also be clo|
00002b00  73 65 64 20 62 79 20 6b  65 65 70 69 6e 67 20 41  |sed by keeping A|
00002b10  4c 54 20 64 6f 77 6e 20  61 6e 64 20 63 6c 69 63  |LT down and clic|
00002b20  6b 69 6e 67 20 73 65 6c  65 63 74 2f 61 64 6a 75  |king select/adju|
00002b30  73 74 20 61 6e 79 77 65  72 65 20 69 6e 73 69 64  |st anywere insid|
00002b40  65 2e 20 4e 6f 74 20 70  61 72 74 69 63 75 72 6c  |e. Not particurl|
00002b50  61 72 6c 79 20 52 69 73  63 20 4f 53 20 6c 69 6b  |arly Risc OS lik|
00002b60  65 2c 20 62 75 74 20 73  65 65 6d 65 64 20 61 20  |e, but seemed a |
00002b70  67 6f 6f 64 20 69 64 65  61 20 61 74 20 74 68 65  |good idea at the|
00002b80  20 74 69 6d 65 2e 2e 0a  0a 8f 09 59 6f 75 20 63  | time......You c|
00002b90  61 6e 20 73 65 61 72 63  68 20 61 20 6d 61 6e 75  |an search a manu|
00002ba0  61 6c 20 62 79 20 73 65  6c 65 63 74 69 6e 67 20  |al by selecting |
00002bb0  27 73 65 61 72 63 68 27  20 66 72 6f 6d 20 74 68  |'search' from th|
00002bc0  65 20 70 61 67 65 20 6d  65 6e 75 2c 0a 09 61 6e  |e page menu,..an|
00002bd0  64 20 2a 61 6c 6c 2a 20  6d 61 6e 75 61 6c 73 20  |d *all* manuals |
00002be0  62 79 20 73 65 6c 65 63  74 69 6e 67 20 27 73 65  |by selecting 'se|
00002bf0  61 72 63 68 27 20 66 72  6f 6d 20 74 68 65 20 69  |arch' from the i|
00002c00  63 6f 6e 62 61 72 20 6d  65 6e 75 2e 0a 0a 09 53  |conbar menu....S|
00002c10  79 6e 74 61 78 20 6f 66  20 73 65 61 72 63 68 20  |yntax of search |
00002c20  73 74 72 69 6e 67 73 3a  0a 09 20 20 73 74 72 6f  |strings:..  stro|
00002c30  6e 67 65 64 20 7a 61 70  09 09 57 69 6c 6c 20 66  |nged zap..Will f|
00002c40  69 6e 64 20 70 61 67 65  73 20 77 69 74 68 20 65  |ind pages with e|
00002c50  69 74 68 65 72 20 77 6f  72 64 20 69 6e 2e 0a 09  |ither word in...|
00002c60  20 20 2b 73 74 72 6f 6e  67 65 64 20 2b 7a 61 70  |  +stronged +zap|
00002c70  20 20 20 09 57 69 6c 6c  20 66 69 6e 64 20 70 61  |   .Will find pa|
00002c80  67 65 73 20 77 69 74 68  20 2a 62 6f 74 68 2a 20  |ges with *both* |
00002c90  77 6f 72 64 73 20 69 6e  2e 0a 09 20 20 2b 73 74  |words in...  +st|
00002ca0  72 6f 6e 67 65 64 20 2d  7a 61 70 09 57 69 6c 6c  |ronged -zap.Will|
00002cb0  20 66 69 6e 64 20 70 61  67 65 73 20 77 69 74 68  | find pages with|
00002cc0  20 27 73 74 72 6f 6e 67  65 64 27 20 74 68 61 74  | 'stronged' that|
00002cd0  20 61 74 20 74 68 65 20  73 61 6d 65 20 74 69 6d  | at the same tim|
00002ce0  65 20 64 6f 65 73 20 2a  6e 6f 74 2a 20 63 6f 6e  |e does *not* con|
00002cf0  74 61 69 6e 20 27 7a 61  70 27 0a 09 20 20 22 73  |tain 'zap'..  "s|
00002d00  74 72 6f 6e 67 65 64 20  7a 61 70 22 09 57 69 6c  |tronged zap".Wil|
00002d10  6c 20 6c 6f 6f 6b 20 66  6f 72 20 73 74 72 6f 6e  |l look for stron|
00002d20  67 65 64 20 2b 20 73 70  61 63 65 20 2b 20 7a 61  |ged + space + za|
00002d30  70 2e 0a 09 20 20 53 74  72 6f 6e 67 45 44 09 09  |p...  StrongED..|
00002d40  53 69 6e 63 65 20 28 6f  6e 65 20 6f 66 29 20 74  |Since (one of) t|
00002d50  68 65 20 77 6f 72 64 73  20 63 6f 6e 74 61 69 6e  |he words contain|
00002d60  20 61 6e 20 75 70 70 65  72 2d 63 61 73 65 20 63  | an upper-case c|
00002d70  68 61 72 61 63 74 65 72  2c 20 74 68 65 20 73 65  |haracter, the se|
00002d80  61 72 63 68 20 77 69 6c  6c 20 62 65 20 64 6f 6e  |arch will be don|
00002d90  65 20 63 61 73 65 2d 73  65 6e 73 69 74 69 76 65  |e case-sensitive|
00002da0  2e 0a 09 20 20 73 74 72  6f 6e 67 2a 09 09 57 69  |...  strong*..Wi|
00002db0  6c 6c 20 6c 6f 6f 6b 20  66 6f 72 20 77 6f 72 64  |ll look for word|
00002dc0  73 20 73 74 61 72 74 69  6e 67 20 77 69 74 68 20  |s starting with |
00002dd0  27 73 74 72 6f 6e 67 27  0a 09 20 20 2a 65 64 09  |'strong'..  *ed.|
00002de0  09 09 57 69 6c 6c 20 6c  6f 6f 6b 20 66 6f 72 20  |..Will look for |
00002df0  77 6f 72 64 73 20 65 6e  64 69 6e 67 20 77 69 74  |words ending wit|
00002e00  68 20 27 65 64 27 0a 09  20 20 5c 2a 6f 6e 67 5c  |h 'ed'..  \*ong\|
00002e10  2a 09 09 09 57 69 6c 6c  20 6c 6f 6f 6b 20 66 6f  |*...Will look fo|
00002e20  72 20 77 6f 72 64 73 20  63 6f 6e 74 61 69 6e 69  |r words containi|
00002e30  6e 67 20 27 6f 6e 67 27  0a 0a 8f 09 50 72 65 73  |ng 'ong'....Pres|
00002e40  73 20 7b 2f 7d 46 31 7b  2f 7d 20 69 6e 20 2a 53  |s {/}F1{/} in *S|
00002e50  74 72 6f 6e 67 45 44 2a  20 74 6f 20 67 65 74 20  |trongED* to get |
00002e60  68 65 6c 70 20 6f 6e 20  74 68 65 20 77 6f 72 64  |help on the word|
00002e70  20 74 68 65 20 63 61 72  65 74 20 69 73 20 63 75  | the caret is cu|
00002e80  72 72 65 6e 74 6c 79 20  69 6e 2e 20 54 6f 20 64  |rrently in. To d|
00002e90  6f 20 74 68 65 20 73 61  6d 65 20 69 6e 20 5a 61  |o the same in Za|
00002ea0  70 2c 20 6d 61 6b 65 20  73 75 72 65 20 79 6f 75  |p, make sure you|
00002eb0  20 68 61 76 65 20 74 68  65 20 33 72 64 70 61 72  | have the 3rdpar|
00002ec0  74 79 20 6d 6f 64 75 6c  65 20 5a 61 70 4d 4a 45  |ty module ZapMJE|
00002ed0  2c 20 61 6e 64 20 74 69  65 20 74 68 65 20 66 75  |, and tie the fu|
00002ee0  6e 63 74 69 6f 6e 20 4d  4a 45 5f 48 45 4c 50 43  |nction MJE_HELPC|
00002ef0  4f 4e 54 45 58 54 20 74  6f 20 61 20 73 75 69 74  |ONTEXT to a suit|
00002f00  61 62 6c 65 20 6b 65 79  2e 20 59 6f 75 20 63 61  |able key. You ca|
00002f10  6e 20 61 6c 73 6f 20 65  6e 74 65 72 20 74 68 65  |n also enter the|
00002f20  20 77 6f 72 64 20 69 6e  20 74 68 65 20 27 6c 6f  | word in the 'lo|
00002f30  6f 6b 75 70 27 20 64 62  6f 78 20 69 6e 20 53 74  |okup' dbox in St|
00002f40  72 6f 6e 67 48 65 6c 70  27 73 20 69 63 6f 6e 62  |rongHelp's iconb|
00002f50  61 72 20 6d 65 6e 75 2e  44 41 54 41 33 02 00 00  |ar menu.DATA3...|
00002f60  48 65 78 20 63 6f 64 65  20 30 41 2c 20 64 65 63  |Hex code 0A, dec|
00002f70  69 6d 61 6c 20 31 30 2c  20 62 69 6e 61 72 79 20  |imal 10, binary |
00002f80  30 30 30 30 31 30 31 30  0a 54 68 69 73 20 63 68  |00001010.This ch|
00002f90  61 72 61 63 74 65 72 20  69 73 20 77 68 61 74 20  |aracter is what |
00002fa0  77 65 20 70 72 6f 66 65  73 73 69 6f 6e 61 6c 73  |we professionals|
00002fb0  20 63 61 6c 6c 20 61 20  27 4c 69 6e 65 20 66 65  | call a 'Line fe|
00002fc0  65 64 27 20 6f 72 20 6a  75 73 74 20 27 4c 46 27  |ed' or just 'LF'|
00002fd0  2e 20 49 74 20 69 73 20  75 73 65 64 20 28 73 6f  |. It is used (so|
00002fe0  6d 65 74 69 6d 65 73 20  74 6f 67 65 74 68 65 72  |metimes together|
00002ff0  20 77 69 74 68 20 61 20  27 43 61 72 72 69 61 67  | with a 'Carriag|
00003000  65 20 52 65 74 75 72 6e  27 20 2f 20 43 52 29 20  |e Return' / CR) |
00003010  74 6f 20 73 65 70 61 72  61 74 65 20 74 68 65 20  |to separate the |
00003020  6c 69 6e 65 73 20 69 6e  20 61 20 74 65 78 74 20  |lines in a text |
00003030  66 69 6c 65 2e 0a 0a 54  68 65 20 6e 61 6d 65 20  |file...The name |
00003040  27 4c 69 6e 65 20 66 65  65 64 27 20 6f 72 69 67  |'Line feed' orig|
00003050  69 6e 61 74 65 73 20 66  72 6f 6d 20 74 68 65 20  |inates from the |
00003060  6f 6c 64 20 64 61 79 73  20 77 68 65 6e 20 74 68  |old days when th|
00003070  65 79 20 64 69 64 6e 27  74 20 68 61 76 65 20 70  |ey didn't have p|
00003080  72 6f 70 65 72 20 6d 6f  6e 69 74 6f 72 73 2c 20  |roper monitors, |
00003090  62 75 74 20 73 65 6e 74  20 61 6c 6c 20 6f 75 74  |but sent all out|
000030a0  70 75 74 20 74 6f 20 61  20 6c 69 6e 65 20 70 72  |put to a line pr|
000030b0  69 6e 74 65 72 2e 20 54  68 65 20 4c 46 20 74 68  |inter. The LF th|
000030c0  65 6e 20 73 63 72 6f 6c  6c 65 64 20 74 68 65 20  |en scrolled the |
000030d0  70 61 67 65 20 6f 6e 65  20 6c 69 6e 65 20 75 70  |page one line up|
000030e0  2c 20 61 6e 64 20 74 68  65 20 43 52 20 6d 6f 76  |, and the CR mov|
000030f0  65 64 20 74 68 65 20 70  72 69 6e 74 20 68 65 61  |ed the print hea|
00003100  64 20 62 61 63 6b 20 74  6f 20 74 68 65 20 6c 65  |d back to the le|
00003110  66 74 20 6d 61 72 67 69  6e 2e 0a 0a 53 6f 6d 65  |ft margin...Some|
00003120  20 76 65 72 79 20 6f 6c  64 2d 66 61 73 69 6f 6e  | very old-fasion|
00003130  65 64 20 6d 61 63 68 69  6e 65 73 20 73 74 69 6c  |ed machines stil|
00003140  6c 20 75 73 65 20 2a 62  6f 74 68 2a 20 74 68 65  |l use *both* the|
00003150  73 65 20 63 68 61 72 61  63 74 65 72 73 20 74 6f  |se characters to|
00003160  20 73 65 70 61 72 61 74  65 20 6c 69 6e 65 73 20  | separate lines |
00003170  28 66 6f 72 20 63 6f 6d  70 61 74 69 62 69 6c 69  |(for compatibili|
00003180  74 79 20 72 65 61 73 6f  6e 73 29 00 44 41 54 41  |ty reasons).DATA|
00003190  39 01 00 00 53 74 72 6f  6e 67 48 65 6c 70 20 4d  |9...StrongHelp M|
000031a0  61 69 6e 20 4d 65 6e 75  0a 23 62 61 63 6b 67 72  |ain Menu.#backgr|
000031b0  6f 75 6e 64 20 77 69 6d  70 20 31 0a 23 70 6f 73  |ound wimp 1.#pos|
000031c0  74 66 69 78 20 3a 21 52  6f 6f 74 0a 23 64 72 61  |tfix :!Root.#dra|
000031d0  77 20 38 2c 38 20 21 69  0a 23 69 6e 64 65 6e 74  |w 8,8 !i.#indent|
000031e0  20 36 0a 54 68 69 73 20  69 73 20 61 20 6c 69 73  | 6.This is a lis|
000031f0  74 20 6f 66 20 61 6c 6c  20 63 75 72 72 65 6e 74  |t of all current|
00003200  6c 79 20 69 6e 73 74 61  6c 6c 65 64 20 6d 61 6e  |ly installed man|
00003210  75 61 6c 73 2e 20 43 6c  69 63 6b 20 6f 6e 20 74  |uals. Click on t|
00003220  68 65 20 6f 6e 65 20 79  6f 75 20 72 65 71 75 69  |he one you requi|
00003230  72 65 2e 0a 23 6c 69 6e  65 0a 23 54 61 62 6c 65  |re..#line.#Table|
00003240  20 6c 69 6e 65 73 20 38  0a 23 4d 61 6e 75 61 6c  | lines 8.#Manual|
00003250  73 0a 23 45 6e 64 74 61  62 6c 65 0a 23 69 6e 64  |s.#Endtable.#ind|
00003260  65 6e 74 20 30 0a 23 62  65 6c 6f 77 3b 20 4c 69  |ent 0.#below; Li|
00003270  6e 65 3b 20 57 72 61 70  20 6f 66 66 3b 20 41 6c  |ne; Wrap off; Al|
00003280  69 67 6e 20 43 65 6e 74  72 65 0a 53 74 72 6f 6e  |ign Centre.Stron|
00003290  67 48 65 6c 70 20 69 73  20 61 20 66 72 65 65 77  |gHelp is a freew|
000032a0  61 72 65 20 70 72 6f 64  75 63 74 20 66 72 6f 6d  |are product from|
000032b0  20 47 75 74 74 6f 72 6d  2e 56 69 6b 40 65 75 6e  | Guttorm.Vik@eun|
000032c0  65 74 2e 6e 6f 00 00 00  44 41 54 41 f5 01 00 00  |et.no...DATA....|
000032d0  49 6e 64 65 6e 74 0a 46  75 6c 6c 20 73 79 6e 74  |Indent.Full synt|
000032e0  61 78 20 3a 0a 23 66 43  6f 64 65 3b 20 49 6e 64  |ax :.#fCode; Ind|
000032f0  65 6e 74 20 34 0a 5c 49  6e 64 65 6e 74 20 5b 5b  |ent 4.\Indent [[|
00003300  2b 5d 6e 75 6d 62 65 72  5d 0a 23 66 3b 49 6e 64  |+]number].#f;Ind|
00003310  65 6e 74 0a 0a 54 68 69  73 20 69 73 20 75 73 65  |ent..This is use|
00003320  64 20 74 6f 20 69 6e 64  65 6e 74 20 70 61 72 61  |d to indent para|
00003330  67 72 61 70 68 73 20 6f  66 20 74 65 78 74 2e 20  |graphs of text. |
00003340  43 75 72 72 65 6e 74 6c  79 20 74 68 69 73 20 69  |Currently this i|
00003350  73 20 67 69 76 65 6e 20  69 6e 20 4f 53 20 63 68  |s given in OS ch|
00003360  61 72 61 63 74 65 72 73  20 28 69 65 20 61 63 74  |aracters (ie act|
00003370  75 61 6c 20 4f 53 20 77  69 64 74 68 20 69 73 20  |ual OS width is |
00003380  6e 75 6d 62 65 72 20 2a  20 31 36 29 20 55 73 65  |number * 16) Use|
00003390  20 22 2b 22 20 74 6f 20  61 64 64 20 69 6e 64 65  | "+" to add inde|
000033a0  6e 74 20 74 6f 20 63 75  72 72 65 6e 74 20 69 6e  |nt to current in|
000033b0  64 65 6e 74 2c 20 61 6e  64 20 22 49 6e 64 65 6e  |dent, and "Inden|
000033c0  74 22 20 62 79 20 69 74  73 65 6c 66 20 74 6f 20  |t" by itself to |
000033d0  67 6f 20 62 61 63 6b 20  6f 6e 65 20 6c 65 76 65  |go back one leve|
000033e0  6c 20 74 6f 20 70 72 65  76 69 6f 75 73 20 69 6e  |l to previous in|
000033f0  64 65 6e 74 2e 0a 0a 43  75 72 72 65 6e 74 6c 79  |dent...Currently|
00003400  20 75 73 69 6e 67 20 49  6e 64 65 6e 74 20 69 73  | using Indent is|
00003410  20 74 68 65 20 6f 6e 6c  79 20 77 61 79 20 74 6f  | the only way to|
00003420  20 70 75 74 20 74 65 78  74 20 74 6f 20 74 68 65  | put text to the|
00003430  20 72 69 67 68 74 20 6f  66 20 67 72 61 70 68 69  | right of graphi|
00003440  63 73 20 69 6e 20 74 68  65 20 6d 61 72 67 69 6e  |cs in the margin|
00003450  2e 0a 0a 45 78 61 6d 70  6c 65 3a 0a 23 66 43 6f  |...Example:.#fCo|
00003460  64 65 0a 4c 65 76 65 6c  20 30 0a 5c 23 49 64 65  |de.Level 0.\#Ide|
00003470  6e 74 20 34 0a 4c 65 76  65 6c 20 34 0a 5c 23 49  |nt 4.Level 4.\#I|
00003480  6e 64 65 6e 74 20 2b 34  0a 4c 65 76 65 6c 20 38  |ndent +4.Level 8|
00003490  0a 5c 23 49 6e 64 65 6e  74 0a 4c 65 76 65 6c 20  |.\#Indent.Level |
000034a0  34 20 61 67 61 69 6e 0a  5c 23 49 6e 64 65 6e 74  |4 again.\#Indent|
000034b0  0a 42 61 63 6b 20 74 6f  20 30 0a 23 66 00 00 00  |.Back to 0.#f...|
000034c0  44 41 54 41 a8 01 00 00  41 6c 69 67 6e 0a 46 75  |DATA....Align.Fu|
000034d0  6c 6c 20 73 79 6e 74 61  78 20 3a 0a 23 66 43 6f  |ll syntax :.#fCo|
000034e0  64 65 3b 20 49 6e 64 65  6e 74 20 34 0a 5c 23 41  |de; Indent 4.\#A|
000034f0  6c 69 67 6e 20 4c 65 66  74 20 7c 20 52 69 67 68  |lign Left | Righ|
00003500  74 20 7c 20 43 65 6e 74  72 65 0a 23 66 3b 49 6e  |t | Centre.#f;In|
00003510  64 65 6e 74 0a 0a 54 65  6c 6c 73 20 53 74 72 6f  |dent..Tells Stro|
00003520  6e 67 48 65 6c 70 20 77  68 65 72 65 20 74 6f 20  |ngHelp where to |
00003530  70 75 74 20 74 68 65 20  66 6f 6c 6c 6f 77 69 6e  |put the followin|
00003540  67 20 6c 69 6e 65 73 2e  0a 0a 45 78 61 6d 70 6c  |g lines...Exampl|
00003550  65 3a 0a 23 66 43 6f 64  65 3b 20 77 72 61 70 20  |e:.#fCode; wrap |
00003560  6f 66 66 0a 5c 23 41 6c  69 67 6e 20 43 65 6e 74  |off.\#Align Cent|
00003570  72 65 0a 23 41 6c 69 67  6e 20 43 65 6e 74 72 65  |re.#Align Centre|
00003580  0a 0a 4d 79 20 6d 69 73  74 72 65 73 73 27 20 65  |..My mistress' e|
00003590  79 65 73 20 61 72 65 20  6e 6f 74 68 69 6e 67 20  |yes are nothing |
000035a0  6c 69 6b 65 20 74 68 65  20 73 75 6e 0a 4d 79 20  |like the sun.My |
000035b0  68 75 6e 67 65 72 20 66  6f 72 20 68 65 72 20 65  |hunger for her e|
000035c0  78 70 6c 61 69 6e 73 20  65 76 65 72 79 74 68 69  |xplains everythi|
000035d0  6e 67 20 49 27 76 65 20  64 6f 6e 65 0a 54 6f 20  |ng I've done.To |
000035e0  68 6f 77 6c 20 61 74 20  74 68 65 20 6d 6f 6f 6e  |howl at the moon|
000035f0  20 74 68 65 20 77 68 6f  6c 65 20 6e 69 67 68 74  | the whole night|
00003600  20 74 68 72 6f 75 67 68  0a 41 6e 64 20 74 68 65  | through.And the|
00003610  79 20 72 65 61 6c 6c 79  20 64 6f 6e 27 74 20 63  |y really don't c|
00003620  61 72 65 20 69 66 20 49  20 64 6f 0a 49 27 64 20  |are if I do.I'd |
00003630  67 6f 20 6f 75 74 20 6f  66 20 6d 79 20 6d 69 6e  |go out of my min|
00003640  64 2c 20 62 75 74 20 66  6f 72 20 79 6f 75 2e 0a  |d, but for you..|
00003650  0a 23 41 6c 69 67 6e 0a  5c 23 41 6c 69 67 6e 0a  |.#Align.\#Align.|
00003660  23 77 72 61 70 3b 20 66  44 41 54 41 5d 03 00 00  |#wrap; fDATA]...|
00003670  42 61 63 6b 67 72 6f 75  6e 64 0a 46 75 6c 6c 20  |Background.Full |
00003680  73 79 6e 74 61 78 20 3a  0a 23 66 43 6f 64 65 3b  |syntax :.#fCode;|
00003690  20 49 6e 64 65 6e 74 20  34 3b 20 77 72 61 70 20  | Indent 4; wrap |
000036a0  6f 66 66 0a 42 61 63 6b  67 72 6f 75 6e 64 20 5c  |off.Background \|
000036b0  7b 20 57 69 6d 70 20 6e  6f 20 7c 20 52 47 42 20  |{ Wimp no | RGB |
000036c0  6e 6f 2c 6e 6f 2c 6e 6f  20 7c 20 54 69 6c 65 20  |no,no,no | Tile |
000036d0  73 70 72 69 74 65 6e 61  6d 65 20 7d 0a 23 66 3b  |spritename }.#f;|
000036e0  49 6e 64 65 6e 74 3b 20  77 72 61 70 20 6e 6f 6a  |Indent; wrap noj|
000036f0  6f 69 6e 0a 0a 54 68 69  73 20 74 65 6c 6c 73 20  |oin..This tells |
00003700  53 74 72 6f 6e 67 48 65  6c 70 20 68 6f 77 20 74  |StrongHelp how t|
00003710  6f 20 70 61 69 6e 74 20  74 68 65 20 62 61 63 6b  |o paint the back|
00003720  67 72 6f 75 6e 64 2c 20  61 6e 64 20 77 68 61 74  |ground, and what|
00003730  20 27 68 69 6e 74 27 20  74 6f 20 75 73 65 20 61  | 'hint' to use a|
00003740  73 20 66 6f 6e 74 20 62  61 63 6b 67 72 6f 75 6e  |s font backgroun|
00003750  64 20 63 6f 6c 6f 75 72  2e 20 49 66 20 22 57 69  |d colour. If "Wi|
00003760  6d 70 22 20 69 73 20 75  73 65 64 2c 20 74 68 65  |mp" is used, the|
00003770  6e 20 53 74 72 6f 6e 67  48 65 6c 70 20 77 69 6c  |n StrongHelp wil|
00003780  6c 20 6c 65 74 20 74 68  65 20 57 69 6d 70 20 63  |l let the Wimp c|
00003790  6c 65 61 72 20 74 68 65  20 62 61 63 6b 67 72 6f  |lear the backgro|
000037a0  75 6e 64 20 77 69 74 68  20 74 68 69 73 20 63 6f  |und with this co|
000037b0  6c 6f 75 72 2c 20 61 6e  64 20 74 68 75 73 20 75  |lour, and thus u|
000037c0  73 65 20 74 68 65 20 57  69 6d 70 20 22 6d 61 72  |se the Wimp "mar|
000037d0  62 6c 69 6e 67 22 20 77  68 65 72 65 20 74 68 61  |bling" where tha|
000037e0  74 20 69 73 20 61 63 74  69 76 61 74 65 64 20 28  |t is activated (|
000037f0  4e 6f 72 6d 61 6c 6c 79  20 6f 6e 6c 79 20 66 6f  |Normally only fo|
00003800  72 20 63 6f 6c 6f 75 72  20 31 29 2e 20 49 66 20  |r colour 1). If |
00003810  22 52 47 42 22 20 69 73  20 67 69 76 65 6e 20 74  |"RGB" is given t|
00003820  68 65 6e 20 53 74 72 6f  6e 67 48 65 6c 70 20 77  |hen StrongHelp w|
00003830  69 6c 6c 20 70 61 73 73  20 74 68 69 73 20 74 68  |ill pass this th|
00003840  72 6f 75 67 68 20 43 6f  6c 6f 75 72 54 72 61 6e  |rough ColourTran|
00003850  73 2c 20 77 68 69 63 68  20 77 69 6c 6c 20 69 66  |s, which will if|
00003860  20 6e 65 63 63 65 73 73  61 72 79 20 64 69 74 68  | neccessary dith|
00003870  65 72 20 74 6f 20 73 69  6d 75 6c 61 74 65 20 74  |er to simulate t|
00003880  68 65 20 63 6f 72 72 65  63 74 20 63 6f 6c 6f 75  |he correct colou|
00003890  72 2e 20 46 69 6e 61 6c  6c 79 2c 20 22 54 69 6c  |r. Finally, "Til|
000038a0  65 22 20 77 69 6c 6c 20  2f 74 69 6c 65 2f 20 74  |e" will /tile/ t|
000038b0  68 65 20 62 61 63 6b 67  72 6f 75 6e 64 20 77 69  |he background wi|
000038c0  74 68 20 74 68 65 20 67  69 76 65 6e 20 73 70 72  |th the given spr|
000038d0  69 74 65 2e 0a 0a 59 6f  75 20 77 6f 75 6c 64 20  |ite...You would |
000038e0  6e 6f 72 6d 61 6c 6c 79  20 6f 6e 6c 79 20 75 73  |normally only us|
000038f0  65 20 74 68 69 73 20 63  6f 6d 6d 61 6e 64 20 69  |e this command i|
00003900  6e 20 74 68 65 20 21 53  74 72 6f 6e 67 48 6c 70  |n the !StrongHlp|
00003910  2e 21 43 6f 6e 66 69 67  75 72 65 20 6f 72 20 5c  |.!Configure or \|
00003920  3c 4d 61 6e 75 61 6c 3e  2e 21 43 6f 6e 66 69 67  |<Manual>.!Config|
00003930  75 72 65 20 66 69 6c 65  73 2c 20 6f 72 20 69 6e  |ure files, or in|
00003940  20 61 20 74 69 74 6c 65  20 70 61 67 65 2e 0a 0a  | a title page...|
00003950  45 78 61 6d 70 6c 65 3a  0a 23 66 43 6f 64 65 0a  |Example:.#fCode.|
00003960  23 42 61 63 6b 67 72 6f  75 6e 64 20 52 47 42 20  |#Background RGB |
00003970  32 31 30 2c 32 31 30 2c  32 31 30 0a 54 68 69 73  |210,210,210.This|
00003980  20 69 73 20 74 68 65 20  62 61 63 6b 67 72 6f 75  | is the backgrou|
00003990  6e 64 20 75 73 65 64 20  66 6f 72 20 74 68 69 73  |nd used for this|
000039a0  20 70 61 67 65 0a 5c 23  42 61 63 6b 67 72 6f 75  | page.\#Backgrou|
000039b0  6e 64 20 52 47 42 20 32  31 30 2c 32 31 30 2c 32  |nd RGB 210,210,2|
000039c0  31 30 0a 23 66 00 00 00  44 41 54 41 0e 02 00 00  |10.#f...DATA....|
000039d0  42 65 6c 6f 77 0a 46 75  6c 6c 20 73 79 6e 74 61  |Below.Full synta|
000039e0  78 20 3a 0a 23 66 43 6f  64 65 3b 20 49 6e 64 65  |x :.#fCode; Inde|
000039f0  6e 74 20 34 0a 42 65 6c  6f 77 0a 23 66 3b 49 6e  |nt 4.Below.#f;In|
00003a00  64 65 6e 74 0a 0a 54 68  69 73 20 74 65 6c 6c 73  |dent..This tells|
00003a10  20 53 74 72 6f 6e 67 48  65 6c 70 20 74 68 61 74  | StrongHelp that|
00003a20  20 74 68 65 20 66 6f 6c  6c 6f 77 69 6e 67 20 74  | the following t|
00003a30  65 78 74 20 6f 72 20 67  72 61 70 68 69 63 73 20  |ext or graphics |
00003a40  73 68 6f 75 6c 64 20 61  70 70 65 61 72 20 62 65  |should appear be|
00003a50  6c 6f 77 20 65 76 65 72  79 74 68 69 6e 67 20 74  |low everything t|
00003a60  68 61 74 20 69 73 20 6f  6e 20 74 68 65 20 70 61  |hat is on the pa|
00003a70  67 65 20 73 6f 20 66 61  72 2e 0a 0a 59 6f 75 20  |ge so far...You |
00003a80  77 6f 75 6c 64 20 6e 6f  72 6d 61 6c 6c 79 20 75  |would normally u|
00003a90  73 65 20 74 68 69 73 20  74 6f 20 67 65 74 20 62  |se this to get b|
00003aa0  65 6c 6f 77 20 73 70 72  69 74 65 73 20 6f 72 20  |elow sprites or |
00003ab0  64 72 61 77 66 69 6c 65  73 20 77 68 65 72 65 20  |drawfiles where |
00003ac0  74 68 65 20 78 20 6f 72  20 79 20 63 6f 6f 72 64  |the x or y coord|
00003ad0  69 6e 61 74 65 20 69 73  20 67 69 76 65 6e 20 61  |inate is given a|
00003ae0  73 20 61 6e 20 61 62 73  6f 6c 75 74 65 20 76 61  |s an absolute va|
00003af0  6c 75 65 2e 20 28 49 66  20 79 6f 75 20 75 73 65  |lue. (If you use|
00003b00  20 22 63 2c 66 22 20 61  73 20 74 68 65 20 63 6f  | "c,f" as the co|
00003b10  6f 72 64 69 6e 61 74 65  20 74 68 65 6e 20 74 68  |ordinate then th|
00003b20  65 20 74 65 78 74 20 61  75 74 6f 6d 61 74 69 63  |e text automatic|
00003b30  61 6c 6c 79 20 63 6f 6e  74 69 6e 75 65 73 20 62  |ally continues b|
00003b40  65 6c 6f 77 29 0a 0a 45  78 61 6d 70 6c 65 3a 0a  |elow)..Example:.|
00003b50  23 66 43 6f 64 65 0a 5c  23 53 70 72 69 74 65 20  |#fCode.\#Sprite |
00003b60  30 2c 66 20 21 53 74 72  6f 6e 67 48 6c 70 3b 20  |0,f !StrongHlp; |
00003b70  49 6e 64 65 6e 74 20 38  0a 48 65 72 65 20 69 73  |Indent 8.Here is|
00003b80  20 61 20 6c 69 6e 65 20  74 6f 20 74 68 65 20 72  | a line to the r|
00003b90  69 67 68 74 20 6f 66 20  74 68 65 20 73 70 72 69  |ight of the spri|
00003ba0  74 65 0a 5c 23 49 6e 64  65 6e 74 3b 20 62 65 6c  |te.\#Indent; bel|
00003bb0  6f 77 0a 48 65 72 65 20  69 73 20 61 20 6c 69 6e  |ow.Here is a lin|
00003bc0  65 20 62 65 6c 6f 77 20  74 68 65 20 73 70 72 69  |e below the spri|
00003bd0  74 65 2e 0a 23 66 00 00  44 41 54 41 78 01 00 00  |te..#f..DATAx...|
00003be0  44 72 61 77 0a 46 75 6c  6c 20 73 79 6e 74 61 78  |Draw.Full syntax|
00003bf0  20 3a 0a 23 66 43 6f 64  65 3b 20 49 6e 64 65 6e  | :.#fCode; Inden|
00003c00  74 20 34 0a 44 72 61 77  20 78 2c 79 20 64 72 61  |t 4.Draw x,y dra|
00003c10  77 66 69 6c 65 6e 61 6d  65 0a 23 66 3b 49 6e 64  |wfilename.#f;Ind|
00003c20  65 6e 74 0a 0a 78 20 69  73 20 6e 6f 20 6f 72 20  |ent..x is no or |
00003c30  22 63 65 6e 74 72 65 22  0a 79 20 69 73 20 6e 6f  |"centre".y is no|
00003c40  20 6f 72 20 22 66 6c 6f  61 74 22 0a 30 2c 30 20  | or "float".0,0 |
00003c50  69 73 20 69 6e 20 74 6f  70 20 6c 65 66 74 20 63  |is in top left c|
00003c60  6f 72 6e 65 72 0a 0a 54  68 69 73 20 70 6c 61 63  |orner..This plac|
00003c70  65 73 20 61 20 44 72 61  77 66 69 6c 65 20 61 74  |es a Drawfile at|
00003c80  20 74 68 65 20 72 65 71  75 65 73 74 65 64 20 70  | the requested p|
00003c90  6f 73 74 69 6f 6e 2e 20  54 6f 20 61 63 74 75 61  |ostion. To actua|
00003ca0  6c 6c 79 20 72 65 6e 64  65 72 20 69 74 2c 20 53  |lly render it, S|
00003cb0  74 72 6f 6e 67 48 65 6c  70 20 72 65 6c 69 65 73  |trongHelp relies|
00003cc0  20 6f 6e 20 74 68 65 20  44 72 61 77 46 69 6c 65  | on the DrawFile|
00003cd0  20 6d 6f 64 75 6c 65 20  72 65 6c 65 61 73 65 64  | module released|
00003ce0  20 62 79 20 41 63 6f 72  6e 2e 20 49 66 20 74 68  | by Acorn. If th|
00003cf0  69 73 20 69 73 20 6e 6f  74 20 70 72 65 73 65 6e  |is is not presen|
00003d00  74 2c 20 53 74 72 6f 6e  67 48 65 6c 70 20 77 69  |t, StrongHelp wi|
00003d10  6c 6c 20 6a 75 73 74 20  6c 65 61 76 65 20 74 68  |ll just leave th|
00003d20  65 20 73 70 61 63 65 20  65 6d 70 74 79 2e 0a 0a  |e space empty...|
00003d30  45 78 61 6d 70 6c 65 3a  0a 23 66 43 6f 64 65 0a  |Example:.#fCode.|
00003d40  5c 23 44 72 61 77 20 30  2c 30 20 21 69 0a 23 66  |\#Draw 0,0 !i.#f|
00003d50  44 41 54 41 40 02 00 00  54 61 62 6c 65 0a 46 75  |DATA@...Table.Fu|
00003d60  6c 6c 20 73 79 6e 74 61  78 20 3a 0a 23 66 43 6f  |ll syntax :.#fCo|
00003d70  64 65 3b 20 49 6e 64 65  6e 74 20 34 0a 5c 23 54  |de; Indent 4.\#T|
00003d80  61 62 6c 65 20 5b 43 6f  6c 75 6d 6e 73 20 7c 20  |able [Columns | |
00003d90  4c 69 6e 65 73 5d 20 6e  6f 20 5b 6e 6f 5d 0a 53  |Lines] no [no].S|
00003da0  6f 6d 65 20 6c 69 6e 65  73 0a 6f 66 20 74 65 78  |ome lines.of tex|
00003db0  74 0a 5c 23 45 6e 64 74  61 62 6c 65 0a 23 66 3b  |t.\#Endtable.#f;|
00003dc0  49 6e 64 65 6e 74 0a 0a  54 68 65 20 6c 69 6e 65  |Indent..The line|
00003dd0  73 20 62 65 74 77 65 65  6e 20 22 54 61 62 6c 65  |s between "Table|
00003de0  22 20 61 6e 64 20 22 45  6e 64 74 61 62 6c 65 22  |" and "Endtable"|
00003df0  20 61 72 65 20 6f 72 64  65 72 65 64 20 69 6e 20  | are ordered in |
00003e00  63 6f 6c 75 6d 6e 73 20  73 6f 20 74 68 61 74 20  |columns so that |
00003e10  74 68 65 20 67 69 76 65  6e 20 6e 75 6d 62 65 72  |the given number|
00003e20  20 6f 66 20 63 6f 6c 75  6d 6e 73 20 6f 72 20 6c  | of columns or l|
00003e30  69 6e 65 73 20 69 73 20  72 65 61 63 68 65 64 2e  |ines is reached.|
00003e40  20 49 66 20 6e 65 69 74  68 65 72 20 22 43 6f 6c  | If neither "Col|
00003e50  75 6d 6e 73 22 20 6f 72  20 22 4c 69 6e 65 73 22  |umns" or "Lines"|
00003e60  20 61 72 65 20 67 69 76  65 6e 2c 20 74 68 65 6e  | are given, then|
00003e70  20 22 43 6f 6c 75 6d 6e  73 22 69 73 20 61 73 73  | "Columns"is ass|
00003e80  75 6d 65 64 2e 20 54 68  65 20 73 65 63 6f 6e 64  |umed. The second|
00003e90  20 6e 75 6d 62 65 72 20  69 73 20 74 68 65 72 65  | number is there|
00003ea0  20 66 6f 72 20 68 69 73  74 6f 72 69 63 20 72 65  | for historic re|
00003eb0  61 73 6f 6e 73 2c 20 61  6e 64 20 69 73 20 69 67  |asons, and is ig|
00003ec0  6e 6f 72 65 64 2e 0a 0a  7b 2a 7d 4e 6f 20 22 23  |nored...{*}No "#|
00003ed0  22 20 63 6f 6d 6d 61 6e  64 73 20 6f 72 20 63 6f  |" commands or co|
00003ee0  6d 6d 65 6e 74 73 20 63  61 6e 20 61 70 70 65 61  |mments can appea|
00003ef0  72 20 69 6e 20 74 68 65  20 74 65 78 74 2c 20 61  |r in the text, a|
00003f00  6e 64 20 6f 6e 65 20 73  68 6f 75 6c 64 20 62 65  |nd one should be|
00003f10  20 63 61 72 65 66 75 6c  20 77 69 74 68 20 22 5c  | careful with "\|
00003f20  7b 7d 22 20 63 6f 6d 6d  61 6e 64 73 2e 7b 2a 7d  |{}" commands.{*}|
00003f30  0a 0a 45 78 61 6d 70 6c  65 3a 0a 23 66 43 6f 64  |..Example:.#fCod|
00003f40  65 0a 5c 23 54 61 62 6c  65 20 4c 69 6e 65 73 20  |e.\#Table Lines |
00003f50  32 0a 20 54 68 65 73 65  0a 20 57 6f 72 64 73 0a  |2. These. Words.|
00003f60  20 57 69 6c 6c 0a 20 42  65 0a 20 4f 72 64 65 72  | Will. Be. Order|
00003f70  65 64 0a 20 49 6e 0a 20  34 0a 20 43 6f 6c 75 6d  |ed. In. 4. Colum|
00003f80  6e 73 0a 5c 23 45 6e 64  74 61 62 6c 65 0a 23 66  |ns.\#Endtable.#f|
00003f90  44 41 54 41 92 08 00 00  46 0a 46 75 6c 6c 20 73  |DATA....F.Full s|
00003fa0  79 6e 74 61 78 20 3a 0a  23 66 43 6f 64 65 3b 20  |yntax :.#fCode; |
00003fb0  49 6e 64 65 6e 74 20 34  0a 31 3a 20 23 66 0a 32  |Indent 4.1: #f.2|
00003fc0  3a 20 23 66 5c 7b 27 2a  2f 5f 27 7d 5b 6e 6f 5d  |: #f\{'*/_'}[no]|
00003fd0  0a 33 3a 20 23 66 6e 6f  20 3d 09 66 6f 6e 74 6e  |.3: #fno =.fontn|
00003fe0  61 6d 65 20 78 73 69 7a  65 20 5b 79 73 69 7a 65  |ame xsize [ysize|
00003ff0  5d 20 5b 42 6f 6c 64 20  6e 6f 5d 20 5b 49 74 61  |] [Bold no] [Ita|
00004000  6c 69 63 20 6e 6f 5d 20  5b 42 6f 74 68 20 6e 6f  |lic no] [Both no|
00004010  5d 0a 23 74 61 62 0a 34  3a 20 23 66 6e 61 6d 65  |].#tab.4: #fname|
00004020  0a 35 3a 20 23 66 6e 61  6d 65 20 3d 09 5b 20 66  |.5: #fname =.[ f|
00004030  5c 7b 27 2a 2f 5f 27 7d  5b 6e 6f 5d 20 5d 20 5b  |\{'*/_'}[no] ] [|
00004040  52 47 42 20 6e 6f 2c 6e  6f 2c 6e 6f 5d 20 5b 41  |RGB no,no,no] [A|
00004050  6c 69 67 6e 20 4c 65 66  74 7c 52 69 67 68 74 7c  |lign Left|Right||
00004060  43 65 6e 74 72 65 5d 0a  23 74 61 62 20 20 0a 36  |Centre].#tab  .6|
00004070  3a 20 23 66 6e 6f 2f 6e  61 6d 65 3a 53 6f 6d 65  |: #fno/name:Some|
00004080  20 74 65 78 74 0a 23 66  3b 49 6e 64 65 6e 74 0a  | text.#f;Indent.|
00004090  0a 54 68 69 73 20 65 69  74 68 65 72 20 73 65 74  |.This either set|
000040a0  73 20 77 68 69 63 68 20  66 6f 6e 74 2f 73 74 79  |s which font/sty|
000040b0  6c 65 20 74 6f 20 75 73  65 20 6f 72 20 64 65 66  |le to use or def|
000040c0  69 6e 65 20 61 20 66 6f  6e 74 2f 73 74 79 6c 65  |ine a font/style|
000040d0  2e 0a 0a 31 3a 09 54 68  69 73 20 6a 75 73 74 20  |...1:.This just |
000040e0  72 65 73 74 6f 72 65 73  20 70 72 65 76 69 6f 75  |restores previou|
000040f0  73 20 66 6f 6e 74 2f 72  67 62 2f 61 6c 69 67 6e  |s font/rgb/align|
00004100  20 76 61 6c 75 65 73 2e  20 41 20 6d 61 78 69 6d  | values. A maxim|
00004110  75 6d 20 6f 66 20 33 32  20 6c 65 76 65 6c 73 20  |um of 32 levels |
00004120  61 72 65 20 72 65 6d 65  6d 62 65 72 65 64 2e 0a  |are remembered..|
00004130  32 3a 09 54 68 69 73 20  73 65 74 73 20 61 20 70  |2:.This sets a p|
00004140  68 79 73 69 63 61 6c 20  66 6f 6e 74 2e 20 54 68  |hysical font. Th|
00004150  65 20 63 68 61 72 61 63  74 65 72 73 20 27 2a 2f  |e characters '*/|
00004160  5f 27 20 6d 65 61 6e 73  20 75 73 65 20 62 6f 6c  |_' means use bol|
00004170  64 2f 69 74 61 6c 69 63  20 76 61 72 69 61 6e 74  |d/italic variant|
00004180  20 6f 66 20 66 6f 6e 74  20 6f 72 20 55 6e 64 65  | of font or Unde|
00004190  72 6c 69 6e 65 20 66 6f  6e 74 2e 20 49 66 20 66  |rline font. If f|
000041a0  6f 6e 74 20 6e 75 6d 62  65 72 20 69 73 20 6e 6f  |ont number is no|
000041b0  74 20 67 69 76 65 6e 20  74 68 65 6e 20 74 68 65  |t given then the|
000041c0  20 63 75 72 72 65 6e 74  20 66 6f 6e 74 20 69 73  | current font is|
000041d0  20 6d 6f 64 69 66 69 65  64 2e 20 46 2a 20 6d 65  | modified. F* me|
000041e0  61 6e 73 20 74 6f 67 67  6c 65 20 62 6f 6c 64 2d  |ans toggle bold-|
000041f0  66 6c 61 67 20 66 6f 72  20 74 68 65 20 63 75 72  |flag for the cur|
00004200  72 65 6e 74 20 66 6f 6e  74 2c 20 61 6e 64 20 46  |rent font, and F|
00004210  2a 30 20 6d 65 61 6e 73  20 75 73 65 20 62 6f 6c  |*0 means use bol|
00004220  64 20 76 65 72 73 69 6f  6e 20 6f 66 20 66 6f 6e  |d version of fon|
00004230  74 20 30 2e 20 54 68 69  73 20 73 68 6f 75 6c 64  |t 0. This should|
00004240  20 6e 6f 20 6c 6f 6e 67  65 72 20 62 65 20 75 73  | no longer be us|
00004250  65 64 2e 20 55 73 65 20  73 74 79 6c 65 73 20 69  |ed. Use styles i|
00004260  6e 73 74 65 61 64 2e 0a  33 3a 09 54 68 69 73 20  |nstead..3:.This |
00004270  64 65 66 69 6e 65 73 20  61 20 70 68 79 73 69 63  |defines a physic|
00004280  61 6c 20 66 6f 6e 74 2e  20 41 20 66 6f 6e 74 20  |al font. A font |
00004290  74 68 61 74 20 68 61 73  20 61 6c 72 65 61 64 79  |that has already|
000042a0  20 62 65 65 6e 20 75 73  65 64 20 6f 6e 20 74 68  | been used on th|
000042b0  65 20 70 61 67 65 20 63  61 6e 20 6e 6f 74 20 62  |e page can not b|
000042c0  65 20 72 65 64 65 66 69  6e 65 64 2e 20 54 68 65  |e redefined. The|
000042d0  20 4e 75 62 65 72 73 20  61 66 74 65 72 20 22 42  | Nubers after "B|
000042e0  6f 6c 64 22 20 61 6e 64  20 22 49 74 61 6c 69 63  |old" and "Italic|
000042f0  22 20 61 72 65 20 6f 74  68 65 72 20 70 68 79 73  |" are other phys|
00004300  69 63 61 6c 20 66 6f 6e  74 73 2c 20 61 6e 64 20  |ical fonts, and |
00004310  61 72 65 20 74 68 65 20  6f 6e 65 73 20 75 73 65  |are the ones use|
00004320  64 20 77 68 65 6e 20 74  68 65 20 46 5c 7b 27 2a  |d when the F\{'*|
00004330  2f 27 7d 20 66 6f 72 6d  20 69 73 20 75 73 65 64  |/'} form is used|
00004340  2e 20 59 6f 75 20 77 6f  75 6c 64 20 6e 6f 72 6d  |. You would norm|
00004350  61 6c 6c 79 20 6f 6e 6c  79 20 75 73 65 20 74 68  |ally only use th|
00004360  69 73 20 69 6e 20 6f 6e  65 20 6f 66 20 74 68 65  |is in one of the|
00004370  20 21 43 6f 6e 66 69 67  75 72 65 20 66 69 6c 65  | !Configure file|
00004380  73 2e 0a 34 3a 09 54 68  69 73 20 73 65 74 73 20  |s..4:.This sets |
00004390  77 68 69 63 68 20 73 74  79 6c 65 20 73 68 6f 75  |which style shou|
000043a0  6c 64 20 62 65 20 75 73  65 64 20 66 6f 72 20 74  |ld be used for t|
000043b0  68 65 20 66 6f 6c 6c 6f  77 69 6e 67 20 74 65 78  |he following tex|
000043c0  74 2e 0a 35 3a 09 54 68  69 73 20 64 65 66 69 6e  |t..5:.This defin|
000043d0  65 73 20 61 20 73 74 79  6c 65 2e 20 54 68 69 73  |es a style. This|
000043e0  20 63 61 6e 20 62 65 20  64 6f 6e 65 20 61 74 20  | can be done at |
000043f0  61 6e 79 20 74 69 6d 65  2c 20 61 6e 64 20 77 69  |any time, and wi|
00004400  6c 6c 20 6f 6e 6c 79 20  69 6e 66 6c 75 65 6e 63  |ll only influenc|
00004410  65 20 74 68 65 20 66 6f  6c 6c 6f 77 69 6e 67 20  |e the following |
00004420  74 65 78 74 2c 20 62 75  74 20 6e 6f 72 6d 61 6c  |text, but normal|
00004430  6c 79 20 79 6f 75 20 77  6f 75 6c 64 20 6f 6e 6c  |ly you would onl|
00004440  79 20 64 6f 20 74 68 69  73 20 69 6e 20 74 68 65  |y do this in the|
00004450  20 21 43 6f 6e 66 69 67  75 72 65 20 66 69 6c 65  | !Configure file|
00004460  73 2e 0a 36 3a 09 54 68  69 73 20 69 73 20 61 20  |s..6:.This is a |
00004470  73 68 6f 72 74 20 66 6f  72 6d 20 6f 66 20 5c 7b  |short form of \{|
00004480  66 6e 6f 2f 6e 61 6d 65  7d 53 6f 6d 65 20 74 65  |fno/name}Some te|
00004490  78 74 5c 7b 66 7d 2e 20  49 74 20 69 73 20 70 61  |xt\{f}. It is pa|
000044a0  72 74 69 63 75 72 6c 61  72 6c 79 20 73 75 69 74  |rticurlarly suit|
000044b0  61 62 6c 65 20 66 6f 72  20 68 65 61 64 69 6e 67  |able for heading|
000044c0  73 3a 20 23 66 48 31 3a  54 68 69 73 20 69 73 20  |s: #fH1:This is |
000044d0  61 20 48 65 61 64 69 6e  67 2e 2e 20 49 74 20 69  |a Heading.. It i|
000044e0  73 20 61 6c 73 6f 20 68  61 6e 64 79 20 66 6f 72  |s also handy for|
000044f0  20 69 6e 74 72 6f 64 75  63 69 6e 67 20 73 69 6e  | introducing sin|
00004500  67 6c 65 20 63 68 61 72  61 63 74 65 72 73 20 66  |gle characters f|
00004510  72 6f 6d 20 2f 73 74 72  61 6e 67 65 2f 20 66 6f  |rom /strange/ fo|
00004520  6e 74 73 2e 2e 0a 23 74  61 62 0a 0a 50 68 79 73  |nts...#tab..Phys|
00004530  69 63 61 6c 20 66 6f 6e  74 20 6e 75 6d 62 65 72  |ical font number|
00004540  73 20 67 6f 20 66 72 6f  6d 20 30 20 74 6f 20 33  |s go from 0 to 3|
00004550  31 2e 20 42 79 20 63 6f  6e 76 65 6e 74 69 6f 6e  |1. By convention|
00004560  20 66 6f 6e 74 20 30 20  69 73 20 75 73 65 64 20  | font 0 is used |
00004570  66 6f 72 20 62 6f 64 79  20 74 65 78 74 2c 20 61  |for body text, a|
00004580  6e 64 20 66 6f 6e 74 20  31 20 69 73 20 62 6f 6c  |nd font 1 is bol|
00004590  64 20 76 61 72 69 61 6e  74 20 6f 66 20 74 68 61  |d variant of tha|
000045a0  74 2e 20 4e 75 6d 62 65  72 73 20 30 20 74 6f 20  |t. Numbers 0 to |
000045b0  32 33 20 61 72 65 20 72  65 73 65 72 76 65 64 20  |23 are reserved |
000045c0  74 6f 20 53 74 72 6f 6e  67 48 65 6c 70 27 73 20  |to StrongHelp's |
000045d0  63 75 72 72 65 6e 74 20  61 6e 64 20 66 75 74 75  |current and futu|
000045e0  72 65 20 75 73 65 2c 20  61 6e 64 20 6e 75 6d 62  |re use, and numb|
000045f0  65 72 73 20 32 34 20 74  6f 20 33 31 20 61 72 65  |ers 24 to 31 are|
00004600  20 66 6f 72 20 69 6e 64  69 76 69 64 75 61 6c 20  | for individual |
00004610  6d 61 6e 75 61 6c 73 20  6f 72 20 70 61 67 65 73  |manuals or pages|
00004620  2e 0a 0a 0a 54 68 65 20  61 76 61 69 6c 61 62 6c  |....The availabl|
00004630  65 20 73 74 79 6c 65 73  20 61 72 65 20 3a 0a 0a  |e styles are :..|
00004640  23 49 6e 64 65 6e 74 20  32 0a 53 74 64 09 09 44  |#Indent 2.Std..D|
00004650  65 66 61 75 6c 74 20 73  74 79 6c 65 20 66 6f 72  |efault style for|
00004660  20 62 6f 64 79 20 6f 66  20 74 65 78 74 0a 4c 69  | body of text.Li|
00004670  6e 6b 09 09 53 74 79 6c  65 20 75 73 65 64 20 66  |nk..Style used f|
00004680  6f 72 20 74 68 65 20 74  65 78 74 20 69 6e 73 69  |or the text insi|
00004690  64 65 20 6c 69 6e 6b 73  0a 53 74 72 6f 6e 67 09  |de links.Strong.|
000046a0  09 53 74 79 6c 65 20 69  6e 76 6f 6b 65 64 20 62  |.Style invoked b|
000046b0  79 20 70 75 74 74 69 6e  67 20 5c 7b 2a 7d 20 6f  |y putting \{*} o|
000046c0  72 20 6a 75 73 74 20 2a  20 61 72 6f 75 6e 64 20  |r just * around |
000046d0  73 6f 6d 65 20 74 65 78  74 0a 45 6d 70 68 61 73  |some text.Emphas|
000046e0  69 73 09 53 61 6d 65 20  66 6f 72 20 27 2f 27 0a  |is.Same for '/'.|
000046f0  55 6e 64 65 72 6c 69 6e  65 09 53 61 6d 65 20 66  |Underline.Same f|
00004700  6f 72 20 27 5f 27 0a 43  6f 64 65 09 09 53 74 79  |or '_'.Code..Sty|
00004710  6c 65 20 75 73 65 64 20  66 6f 72 20 70 72 6f 67  |le used for prog|
00004720  72 61 6d 20 65 78 61 6d  70 6c 65 73 2e 20 4d 6f  |ram examples. Mo|
00004730  6e 6f 73 70 61 63 65 64  2e 0a 43 69 74 65 09 09  |nospaced..Cite..|
00004740  53 74 79 6c 65 20 74 6f  20 75 73 65 20 66 6f 72  |Style to use for|
00004750  20 63 69 74 61 74 69 6f  6e 73 0a 48 31 20 74 6f  | citations.H1 to|
00004760  20 48 36 09 48 65 61 64  6c 69 6e 65 73 2e 20 48  | H6.Headlines. H|
00004770  31 20 6c 61 72 67 65 73  74 2e 0a 23 49 6e 64 65  |1 largest..#Inde|
00004780  6e 74 3b 54 61 62 0a 0a  45 78 61 6d 70 6c 65 3a  |nt;Tab..Example:|
00004790  0a 23 66 43 6f 64 65 0a  44 65 66 69 6e 65 20 61  |.#fCode.Define a|
000047a0  20 70 68 79 73 69 63 61  6c 20 66 6f 6e 74 3a 0a  | physical font:.|
000047b0  5c 23 66 30 20 3d 20 53  61 73 73 6f 6f 6e 2e 50  |\#f0 = Sassoon.P|
000047c0  72 69 6d 61 72 79 20 31  32 20 42 6f 6c 64 20 31  |rimary 12 Bold 1|
000047d0  20 49 74 61 6c 69 63 20  32 0a 57 65 20 77 61 6e  | Italic 2.We wan|
000047e0  74 20 6c 69 6e 6b 73 20  74 6f 20 62 65 20 75 6e  |t links to be un|
000047f0  64 65 72 6c 69 6e 65 64  20 61 6e 64 20 69 6e 20  |derlined and in |
00004800  72 65 64 3a 0a 5c 23 66  4c 69 6e 6b 3d 20 66 5f  |red:.\#fLink= f_|
00004810  30 20 52 47 42 20 32 35  35 2e 3d 2c 30 2c 30 0a  |0 RGB 255.=,0,0.|
00004820  23 66 00 00 44 41 54 41  1d 01 00 00 4c 69 6e 65  |#f..DATA....Line|
00004830  0a 46 75 6c 6c 20 73 79  6e 74 61 78 20 3a 0a 23  |.Full syntax :.#|
00004840  66 43 6f 64 65 3b 20 49  6e 64 65 6e 74 20 34 0a  |fCode; Indent 4.|
00004850  4c 69 6e 65 0a 23 66 3b  49 6e 64 65 6e 74 0a 0a  |Line.#f;Indent..|
00004860  54 68 69 73 20 70 6c 61  63 65 73 20 61 20 68 6f  |This places a ho|
00004870  72 69 7a 6f 6e 74 61 6c  20 6c 69 6e 65 20 66 72  |rizontal line fr|
00004880  6f 6d 20 74 68 65 20 63  75 72 72 65 6e 74 20 69  |om the current i|
00004890  6e 64 65 6e 74 20 74 6f  20 74 68 65 20 66 61 72  |ndent to the far|
000048a0  20 72 69 67 68 74 2e 20  49 74 20 77 69 6c 6c 20  | right. It will |
000048b0  62 65 20 62 6c 61 63 6b  20 69 66 20 70 61 67 65  |be black if page|
000048c0  20 69 73 20 6c 69 67 68  74 20 69 6e 20 63 6f 6c  | is light in col|
000048d0  6f 75 72 2c 20 77 68 69  74 65 20 69 66 20 70 61  |our, white if pa|
000048e0  67 65 20 69 73 20 64 61  72 6b 2c 20 61 6e 64 20  |ge is dark, and |
000048f0  33 44 20 69 66 20 70 61  67 65 20 69 73 20 6c 69  |3D if page is li|
00004900  67 68 74 20 67 72 65 79  2e 0a 0a 45 78 61 6d 70  |ght grey...Examp|
00004910  6c 65 3a 0a 23 66 43 6f  64 65 0a 4e 6f 74 20 61  |le:.#fCode.Not a|
00004920  20 76 65 72 79 20 65 78  63 69 74 69 6e 67 20 65  | very exciting e|
00004930  78 61 6d 70 6c 65 3a 0a  5c 23 4c 69 6e 65 0a 23  |xample:.\#Line.#|
00004940  66 00 00 00 44 41 54 41  68 00 00 00 4c 69 6e 6b  |f...DATAh...Link|
00004950  61 74 74 72 69 62 75 74  65 73 0a 54 68 69 73 20  |attributes.This |
00004960  69 73 20 6e 6f 77 20 64  65 66 75 6e 63 74 2e 20  |is now defunct. |
00004970  49 74 73 20 66 75 6e 63  74 69 6f 6e 61 6c 69 74  |Its functionalit|
00004980  79 20 68 61 73 20 62 65  65 6e 20 74 61 6b 65 6e  |y has been taken|
00004990  20 6f 76 65 72 20 62 79  20 74 68 65 20 73 74 79  | over by the sty|
000049a0  6c 65 20 3c 4c 69 6e 6b  3d 3e 66 3e 44 41 54 41  |le <Link=>f>DATA|
000049b0  34 01 00 00 4d 61 6e 75  61 6c 73 0a 46 75 6c 6c  |4...Manuals.Full|
000049c0  20 73 79 6e 74 61 78 20  3a 0a 23 66 43 6f 64 65  | syntax :.#fCode|
000049d0  3b 20 49 6e 64 65 6e 74  20 34 0a 5c 23 4d 61 6e  |; Indent 4.\#Man|
000049e0  75 61 6c 73 0a 23 66 3b  49 6e 64 65 6e 74 0a 0a  |uals.#f;Indent..|
000049f0  54 68 69 73 20 69 73 20  61 20 6d 61 63 72 6f 20  |This is a macro |
00004a00  74 68 61 74 20 69 73 20  65 78 70 61 6e 64 65 64  |that is expanded|
00004a10  2c 20 69 6e 20 74 68 65  20 70 72 65 70 72 6f 63  |, in the preproc|
00004a20  65 73 73 20 70 68 61 73  65 2c 20 74 6f 20 61 20  |ess phase, to a |
00004a30  6c 69 73 74 20 6f 66 20  61 6c 6c 20 63 75 72 72  |list of all curr|
00004a40  65 6e 74 6c 79 20 69 6e  73 74 61 6c 6c 65 64 20  |ently installed |
00004a50  6d 61 6e 75 61 6c 73 2e  20 54 68 65 72 65 20 61  |manuals. There a|
00004a60  72 65 20 70 72 6f 62 61  62 6c 79 20 6e 6f 20 6f  |re probably no o|
00004a70  74 68 65 72 20 75 73 65  73 20 66 6f 72 20 74 68  |ther uses for th|
00004a80  69 73 20 74 68 61 6e 20  74 6f 20 63 72 65 61 74  |is than to creat|
00004a90  65 20 53 74 72 6f 6e 67  48 65 6c 70 27 73 20 72  |e StrongHelp's r|
00004aa0  6f 6f 74 20 70 61 67 65  0a 0a 45 78 61 6d 70 6c  |oot page..Exampl|
00004ab0  65 3a 0a 23 66 43 6f 64  65 0a 41 6e 6f 74 68 65  |e:.#fCode.Anothe|
00004ac0  72 20 61 64 76 61 6e 63  65 64 20 65 78 61 6d 70  |r advanced examp|
00004ad0  6c 65 3a 0a 5c 23 4d 61  6e 75 61 6c 73 0a 23 66  |le:.\#Manuals.#f|
00004ae0  44 41 54 41 17 02 00 00  50 61 72 65 6e 74 0a 46  |DATA....Parent.F|
00004af0  75 6c 6c 20 73 79 6e 74  61 78 20 3a 0a 23 66 43  |ull syntax :.#fC|
00004b00  6f 64 65 3b 20 49 6e 64  65 6e 74 20 34 0a 5c 23  |ode; Indent 4.\#|
00004b10  70 61 72 65 6e 74 20 6e  61 6d 65 0a 23 66 3b 49  |parent name.#f;I|
00004b20  6e 64 65 6e 74 0a 0a 54  68 69 73 20 74 65 6c 6c  |ndent..This tell|
00004b30  73 20 53 74 72 6f 6e 67  48 65 6c 70 20 77 68 69  |s StrongHelp whi|
00004b40  63 68 20 70 61 67 65 20  74 6f 20 6f 70 65 6e 20  |ch page to open |
00004b50  61 74 20 61 64 6a 75 73  74 2d 63 6c 6f 73 65 20  |at adjust-close |
00004b60  6f 66 20 74 68 65 20 63  75 72 72 65 6e 74 20 70  |of the current p|
00004b70  61 67 65 2c 20 77 68 65  6e 20 69 74 20 68 61 73  |age, when it has|
00004b80  20 6e 6f 20 6f 74 68 65  72 20 68 69 73 74 6f 72  | no other histor|
00004b90  79 2e 0a 0a 57 68 65 6e  20 79 6f 75 20 63 6c 69  |y...When you cli|
00004ba0  63 6b 20 6f 6e 20 61 20  6c 69 6e 6b 20 61 6e 64  |ck on a link and|
00004bb0  20 6f 70 65 6e 20 61 20  70 61 67 65 2c 20 74 68  | open a page, th|
00004bc0  65 20 6e 65 77 20 70 61  67 65 20 67 65 74 73 20  |e new page gets |
00004bd0  74 68 65 20 68 69 73 74  6f 72 79 20 6f 66 20 74  |the history of t|
00004be0  68 65 20 6f 6c 64 20 70  61 67 65 20 2b 20 74 68  |he old page + th|
00004bf0  65 20 6e 61 6d 65 20 6f  66 20 74 68 65 20 6f 6c  |e name of the ol|
00004c00  64 20 70 61 67 65 20 69  74 73 65 6c 66 2c 20 62  |d page itself, b|
00004c10  75 74 20 74 68 65 20 2a  66 69 72 73 74 2a 20 70  |ut the *first* p|
00004c20  61 67 65 20 68 61 73 20  2a 6e 6f 2a 20 68 69 73  |age has *no* his|
00004c30  74 6f 72 79 2c 20 61 6e  64 20 74 68 61 74 20 69  |tory, and that i|
00004c40  73 20 77 68 65 72 65 20  22 50 61 72 65 6e 74 22  |s where "Parent"|
00004c50  20 65 6e 74 65 72 73 2e  0a 0a 54 68 65 20 6d 61  | enters...The ma|
00004c60  69 6e 20 72 65 61 73 6f  6e 20 66 6f 72 20 75 73  |in reason for us|
00004c70  69 6e 67 20 22 50 61 72  65 6e 74 22 20 69 73 20  |ing "Parent" is |
00004c80  74 6f 20 74 69 65 20 70  61 67 65 73 20 6f 70 65  |to tie pages ope|
00004c90  6e 65 64 20 62 79 20 70  72 65 73 73 69 6e 67 20  |ned by pressing |
00004ca0  22 46 31 22 20 69 6e 20  61 6e 20 65 64 69 74 6f  |"F1" in an edito|
00004cb0  72 20 74 6f 20 61 20 68  69 65 72 61 72 63 68 79  |r to a hierarchy|
00004cc0  2e 0a 0a 45 78 61 6d 70  6c 65 3a 0a 23 66 43 6f  |...Example:.#fCo|
00004cd0  64 65 0a 57 69 6d 70 5f  50 6f 6c 6c 20 28 26 34  |de.Wimp_Poll (&4|
00004ce0  30 30 43 37 29 0a 5c 23  50 61 72 65 6e 74 20 57  |00C7).\#Parent W|
00004cf0  69 6d 70 5f 0a 23 66 00  44 41 54 41 44 01 00 00  |imp_.#f.DATAD...|
00004d00  50 72 65 66 69 78 20 61  6e 64 20 50 6f 73 74 66  |Prefix and Postf|
00004d10  69 78 0a 46 75 6c 6c 20  73 79 6e 74 61 78 20 3a  |ix.Full syntax :|
00004d20  0a 23 66 43 6f 64 65 3b  20 49 6e 64 65 6e 74 20  |.#fCode; Indent |
00004d30  34 0a 5c 23 50 72 65 66  69 78 20 73 74 72 69 6e  |4.\#Prefix strin|
00004d40  67 0a 5c 23 50 6f 73 74  66 69 78 20 73 74 72 69  |g.\#Postfix stri|
00004d50  6e 67 0a 23 66 3b 49 6e  64 65 6e 74 0a 0a 54 68  |ng.#f;Indent..Th|
00004d60  65 73 65 20 73 74 72 69  6e 67 73 20 61 72 65 20  |ese strings are |
00004d70  61 64 64 65 64 20 74 6f  20 74 68 65 20 74 65 78  |added to the tex|
00004d80  74 20 69 6e 73 69 64 65  20 61 20 6c 69 6e 6b 20  |t inside a link |
00004d90  6f 66 20 74 68 65 20 74  79 70 65 20 5c 3c 6c 69  |of the type \<li|
00004da0  6e 6b 3e 2c 20 74 6f 20  67 65 74 20 74 68 65 20  |nk>, to get the |
00004db0  61 63 74 75 61 6c 20 6e  61 6d 65 20 6f 66 20 74  |actual name of t|
00004dc0  68 65 20 6e 65 77 20 70  61 67 65 2e 20 4c 69 6e  |he new page. Lin|
00004dd0  6b 73 20 6f 66 20 74 68  65 20 74 79 70 65 20 5c  |ks of the type \|
00004de0  3c 74 65 78 74 3d 3e 6c  69 6e 6b 3e 20 61 72 65  |<text=>link> are|
00004df0  20 6e 6f 74 20 61 66 66  65 63 74 65 64 2e 0a 0a  | not affected...|
00004e00  45 78 61 6d 70 6c 65 3a  0a 23 66 43 6f 64 65 0a  |Example:.#fCode.|
00004e10  5c 23 50 72 65 66 69 78  20 57 69 6d 70 5f 0a 2e  |\#Prefix Wimp_..|
00004e20  2e 63 61 6e 20 61 6c 73  6f 20 75 73 65 20 5c 3c  |.can also use \<|
00004e30  50 6f 6c 6c 49 64 6c 65  3e 0a 23 66 44 41 54 41  |PollIdle>.#fDATA|
00004e40  59 01 00 00 52 47 42 0a  46 75 6c 6c 20 73 79 6e  |Y...RGB.Full syn|
00004e50  74 61 78 20 3a 0a 23 66  43 6f 64 65 3b 20 49 6e  |tax :.#fCode; In|
00004e60  64 65 6e 74 20 34 0a 5c  23 52 47 42 20 6e 6f 2c  |dent 4.\#RGB no,|
00004e70  6e 6f 2c 6e 6f 0a 23 66  3b 49 6e 64 65 6e 74 0a  |no,no.#f;Indent.|
00004e80  0a 54 68 69 73 20 73 65  74 73 20 74 68 65 20 63  |.This sets the c|
00004e90  6f 6c 6f 75 72 20 74 6f  20 62 65 20 75 73 65 64  |olour to be used|
00004ea0  20 66 6f 72 20 73 75 62  73 65 71 75 65 6e 74 20  | for subsequent |
00004eb0  74 65 78 74 2e 20 54 68  65 20 6e 75 6d 62 65 72  |text. The number|
00004ec0  73 20 61 72 65 20 66 72  6f 20 30 20 74 6f 20 32  |s are fro 0 to 2|
00004ed0  35 35 20 61 6e 64 20 73  70 65 63 69 66 79 20 74  |55 and specify t|
00004ee0  68 65 20 52 65 64 2c 20  47 72 65 65 6e 20 61 6e  |he Red, Green an|
00004ef0  64 20 42 6c 75 65 20 70  61 72 74 20 6f 66 20 74  |d Blue part of t|
00004f00  68 65 20 63 6f 6c 6f 75  72 2e 20 55 73 65 20 22  |he colour. Use "|
00004f10  52 47 42 22 20 61 6c 6f  6e 65 20 74 6f 20 72 65  |RGB" alone to re|
00004f20  73 74 6f 72 65 20 70 72  65 76 69 6f 75 73 20 63  |store previous c|
00004f30  6f 6c 6f 75 72 20 28 6f  6e 6c 79 20 6f 6e 65 20  |olour (only one |
00004f40  6c 65 76 65 6c 2e 29 0a  0a 45 78 61 6d 70 6c 65  |level.)..Example|
00004f50  3a 0a 23 66 43 6f 64 65  0a 48 65 72 20 74 61 6e  |:.#fCode.Her tan|
00004f60  74 61 6c 69 73 69 6e 67  20 5c 7b 52 47 42 20 32  |talising \{RGB 2|
00004f70  35 35 2c 30 2c 30 7d 72  65 64 7b 52 47 42 7d 20  |55,0,0}red{RGB} |
00004f80  6c 69 70 73 20 63 61 6d  65 20 63 6c 6f 73 65 72  |lips came closer|
00004f90  2e 2e 0a 23 66 00 00 00  44 41 54 41 7e 01 00 00  |...#f...DATA~...|
00004fa0  53 70 72 69 74 65 0a 46  75 6c 6c 20 73 79 6e 74  |Sprite.Full synt|
00004fb0  61 78 20 3a 0a 23 66 43  6f 64 65 3b 20 49 6e 64  |ax :.#fCode; Ind|
00004fc0  65 6e 74 20 34 0a 5c 23  53 70 72 69 74 65 20 78  |ent 4.\#Sprite x|
00004fd0  2c 79 20 6e 61 6d 65 20  5b 6c 61 62 65 6c 5d 20  |,y name [label] |
00004fe0  5b 3d 3e 6c 69 6e 6b 5d  0a 23 66 3b 49 6e 64 65  |[=>link].#f;Inde|
00004ff0  6e 74 0a 0a 78 20 69 73  20 6e 6f 20 6f 72 20 22  |nt..x is no or "|
00005000  63 65 6e 74 72 65 22 0a  79 20 69 73 20 6e 6f 20  |centre".y is no |
00005010  6f 72 20 22 66 6c 6f 61  74 22 0a 30 2c 30 20 69  |or "float".0,0 i|
00005020  73 20 69 6e 20 74 6f 70  20 6c 65 66 74 20 63 6f  |s in top left co|
00005030  72 6e 65 72 0a 0a 54 68  69 73 20 70 6c 61 63 65  |rner..This place|
00005040  73 20 61 20 73 70 72 69  74 65 20 61 74 20 74 68  |s a sprite at th|
00005050  65 20 72 65 71 75 65 73  74 65 64 20 70 6f 73 69  |e requested posi|
00005060  74 69 6f 6e 2e 20 54 68  65 20 73 70 72 69 74 65  |tion. The sprite|
00005070  20 69 73 20 65 69 74 68  65 72 20 66 72 6f 6d 20  | is either from |
00005080  61 20 70 72 65 76 69 6f  75 73 6c 79 20 64 65 66  |a previously def|
00005090  69 6e 65 64 20 3c 53 70  72 69 74 65 66 69 6c 65  |ined <Spritefile|
000050a0  3e 2c 20 6f 72 20 69 74  20 69 73 20 61 20 57 69  |>, or it is a Wi|
000050b0  6d 70 20 73 70 72 69 74  65 2e 0a 0a 45 78 61 6d  |mp sprite...Exam|
000050c0  70 6c 65 3a 0a 23 66 43  6f 64 65 0a 48 65 72 65  |ple:.#fCode.Here|
000050d0  20 63 6f 6d 65 73 20 74  68 65 20 22 41 63 6f 72  | comes the "Acor|
000050e0  6e 22 20 73 70 72 69 74  65 20 66 72 6f 6d 20 74  |n" sprite from t|
000050f0  68 65 20 57 69 6d 70 20  70 6f 6f 6c 3a 0a 5c 23  |he Wimp pool:.\#|
00005100  73 70 72 69 74 65 20 63  2c 66 20 73 77 69 74 63  |sprite c,f switc|
00005110  68 65 72 0a 23 66 00 00  44 41 54 41 98 01 00 00  |her.#f..DATA....|
00005120  53 70 72 69 74 65 46 69  6c 65 0a 46 75 6c 6c 20  |SpriteFile.Full |
00005130  73 79 6e 74 61 78 20 3a  0a 23 66 43 6f 64 65 3b  |syntax :.#fCode;|
00005140  20 49 6e 64 65 6e 74 20  34 0a 5c 23 53 70 72 69  | Indent 4.\#Spri|
00005150  74 65 46 69 6c 65 20 6e  61 6d 65 0a 23 66 3b 49  |teFile name.#f;I|
00005160  6e 64 65 6e 74 0a 0a 54  68 69 73 20 64 65 66 69  |ndent..This defi|
00005170  6e 65 73 20 61 20 53 70  72 69 74 65 66 69 6c 65  |nes a Spritefile|
00005180  20 77 68 65 72 65 20 74  68 65 20 3c 53 70 72 69  | where the <Spri|
00005190  74 65 3e 20 63 6f 6d 6d  61 6e 64 20 77 69 6c 6c  |te> command will|
000051a0  20 6c 6f 6f 6b 20 66 6f  72 20 61 20 73 70 72 69  | look for a spri|
000051b0  74 65 2e 20 49 74 20 77  69 6c 6c 20 66 69 72 73  |te. It will firs|
000051c0  74 20 62 65 20 6c 6f 61  64 65 64 20 77 68 65 6e  |t be loaded when|
000051d0  20 61 20 53 70 72 69 74  65 20 63 6f 6d 6d 61 6e  | a Sprite comman|
000051e0  64 20 69 73 20 65 6e 63  6f 75 6e 74 65 72 65 64  |d is encountered|
000051f0  2c 20 73 6f 20 69 74 20  63 61 6e 20 62 65 20 64  |, so it can be d|
00005200  65 66 69 6e 65 64 20 70  75 74 20 69 6e 20 61 20  |efined put in a |
00005210  6d 6f 64 75 6c 65 73 20  21 43 6f 6e 66 69 67 75  |modules !Configu|
00005220  72 65 20 66 69 6c 65 2e  20 57 68 65 6e 20 6c 6f  |re file. When lo|
00005230  61 64 65 64 20 74 68 65  20 2a 65 6e 74 69 72 65  |aded the *entire|
00005240  2a 20 66 69 6c 65 20 69  73 20 6c 6f 61 64 65 64  |* file is loaded|
00005250  2c 20 6e 6f 74 20 6a 75  73 74 20 74 68 65 20 6f  |, not just the o|
00005260  6e 65 20 75 73 65 64 20  73 70 72 69 74 65 2e 2e  |ne used sprite..|
00005270  0a 0a 45 78 61 6d 70 6c  65 3a 0a 23 66 43 6f 64  |..Example:.#fCod|
00005280  65 0a 5c 23 53 70 72 69  74 65 66 69 6c 65 20 21  |e.\#Spritefile !|
00005290  53 70 72 69 74 65 73 0a  5c 23 73 70 72 69 74 65  |Sprites.\#sprite|
000052a0  20 63 2c 66 20 6d 79 73  70 72 69 74 65 0a 23 66  | c,f mysprite.#f|
000052b0  44 41 54 41 e5 01 00 00  53 75 62 70 61 67 65 0a  |DATA....Subpage.|
000052c0  46 75 6c 6c 20 73 79 6e  74 61 78 20 3a 0a 23 66  |Full syntax :.#f|
000052d0  43 6f 64 65 3b 20 49 6e  64 65 6e 74 20 34 0a 5c  |Code; Indent 4.\|
000052e0  23 53 75 62 70 61 67 65  20 6e 61 6d 65 0a 23 66  |#Subpage name.#f|
000052f0  3b 49 6e 64 65 6e 74 0a  0a 57 68 65 6e 20 79 6f  |;Indent..When yo|
00005300  75 20 63 6c 69 63 6b 20  6f 6e 20 61 6e 20 6c 69  |u click on an li|
00005310  6e 6b 20 6f 66 20 74 68  65 20 66 6f 72 6d 20 5c  |nk of the form \|
00005320  3c 74 65 78 74 3d 3e 2e  78 78 78 3e 20 28 4e 6f  |<text=>.xxx> (No|
00005330  74 65 20 74 68 65 20 64  6f 74 29 2c 20 74 68 65  |te the dot), the|
00005340  6e 20 53 74 72 6f 6e 67  48 65 6c 70 20 65 78 70  |n StrongHelp exp|
00005350  65 63 74 73 20 74 6f 20  66 69 6e 64 20 74 68 65  |ects to find the|
00005360  20 6e 65 77 20 70 61 67  65 20 69 6e 20 74 68 65  | new page in the|
00005370  20 63 75 72 72 65 6e 74  20 66 69 6c 65 2e 20 49  | current file. I|
00005380  74 20 73 65 61 72 63 68  65 73 20 66 6f 72 20 61  |t searches for a|
00005390  20 6c 69 6e 65 20 62 65  67 69 6e 6e 69 6e 67 20  | line beginning |
000053a0  77 69 74 68 20 22 23 53  75 62 70 61 67 65 20 78  |with "#Subpage x|
000053b0  78 78 22 2c 20 61 6e 64  20 75 73 65 73 20 74 68  |xx", and uses th|
000053c0  65 20 74 65 78 74 20 66  72 6f 6d 20 74 68 65 20  |e text from the |
000053d0  6c 69 6e 65 20 61 66 74  65 72 20 61 6e 64 20 74  |line after and t|
000053e0  6f 20 74 68 65 20 6e 65  78 74 20 23 53 75 62 70  |o the next #Subp|
000053f0  61 67 65 20 6f 72 20 65  6e 64 20 6f 66 20 66 69  |age or end of fi|
00005400  6c 65 2c 20 61 73 20 73  6f 75 72 63 65 20 66 6f  |le, as source fo|
00005410  72 20 74 68 65 20 6e 65  77 20 70 61 67 65 2e 0a  |r the new page..|
00005420  0a 45 78 61 6d 70 6c 65  3a 0a 23 66 43 6f 64 65  |.Example:.#fCode|
00005430  0a 4d 61 69 6e 70 61 67  65 0a 54 68 69 73 20 69  |.Mainpage.This i|
00005440  73 20 61 20 74 69 6e 79  20 70 61 67 65 20 77 69  |s a tiny page wi|
00005450  74 68 20 61 20 74 69 6e  79 20 5c 3c 73 75 62 70  |th a tiny \<subp|
00005460  61 67 65 3d 3e 2e 73 75  62 3e 0a 5c 23 53 75 62  |age=>.sub>.\#Sub|
00005470  70 61 67 65 20 73 75 62  0a 54 68 69 73 20 69 73  |page sub.This is|
00005480  20 74 68 65 20 74 69 6e  79 20 73 75 62 70 61 67  | the tiny subpag|
00005490  65 2e 0a 23 66 00 00 00  44 41 54 41 a9 05 00 00  |e..#f...DATA....|
000054a0  54 61 62 0a 46 75 6c 6c  20 73 79 6e 74 61 78 20  |Tab.Full syntax |
000054b0  3a 0a 23 66 43 6f 64 65  3b 20 49 6e 64 65 6e 74  |:.#fCode; Indent|
000054c0  20 34 0a 5c 23 54 61 62  20 5c 7b 20 22 2c 22 20  | 4.\#Tab \{ "," |
000054d0  5b 66 6f 72 6d 61 74 5d  20 7d 0a 23 66 3b 49 6e  |[format] }.#f;In|
000054e0  64 65 6e 74 0a 0a 54 68  69 73 20 6d 61 72 6b 73  |dent..This marks|
000054f0  20 74 68 65 20 65 6e 64  20 61 6e 64 20 62 65 67  | the end and beg|
00005500  69 6e 6e 69 6e 67 20 6f  66 20 61 6e 20 61 72 65  |inning of an are|
00005510  61 20 6f 66 20 74 68 65  20 74 65 78 74 20 66 6f  |a of the text fo|
00005520  72 6d 61 74 74 65 64 20  77 69 74 68 20 54 41 42  |rmatted with TAB|
00005530  20 63 68 61 72 61 63 74  65 72 73 2e 20 54 68 65  | characters. The|
00005540  20 66 6f 72 6d 61 74 20  69 73 20 66 6f 72 20 74  | format is for t|
00005550  68 65 20 66 6f 6c 6c 6f  77 69 6e 67 20 74 65 78  |he following tex|
00005560  74 2e 20 54 68 65 72 65  20 69 73 20 61 6e 20 69  |t. There is an i|
00005570  6d 70 6c 69 63 69 74 20  23 54 61 62 20 61 74 20  |mplicit #Tab at |
00005580  74 68 65 20 73 74 61 72  74 20 61 6e 64 20 65 6e  |the start and en|
00005590  64 20 6f 66 20 74 68 65  20 73 6f 75 72 63 65 2e  |d of the source.|
000055a0  20 49 66 20 74 68 65 72  65 20 69 73 20 61 6e 79  | If there is any|
000055b0  20 22 66 6f 72 6d 61 74  22 20 74 68 65 6e 20 74  | "format" then t|
000055c0  68 69 73 20 61 70 70 6c  69 65 73 20 74 6f 20 74  |his applies to t|
000055d0  68 65 20 66 6f 6c 6c 6f  77 69 6e 20 74 65 78 74  |he followin text|
000055e0  2e 0a 0a 54 68 65 20 73  79 6e 74 61 78 20 6f 66  |...The syntax of|
000055f0  20 22 66 6f 72 6d 61 74  22 20 69 73 20 74 68 65  | "format" is the|
00005600  20 73 61 6d 65 20 61 73  20 77 68 65 6e 20 64 65  | same as when de|
00005610  66 69 6e 69 6e 67 20 61  20 3c 4c 6f 67 69 63 61  |fining a <Logica|
00005620  6c 20 46 6f 6e 74 3d 3e  46 3e 20 28 50 6f 69 6e  |l Font=>F> (Poin|
00005630  74 20 66 69 76 65 20 69  6e 20 74 68 65 20 6c 69  |t five in the li|
00005640  73 74 29 2e 20 49 74 20  63 61 6e 20 62 65 20 61  |st). It can be a|
00005650  73 20 73 69 6d 70 6c 65  20 61 73 20 22 46 2a 22  |s simple as "F*"|
00005660  2c 20 61 6e 64 20 69 74  20 63 61 6e 20 6c 6f 6f  |, and it can loo|
00005670  6b 20 6c 69 6b 65 20 22  66 53 74 72 6f 6e 67 20  |k like "fStrong |
00005680  52 47 42 20 32 35 35 2c  30 2c 30 20 41 6c 69 67  |RGB 255,0,0 Alig|
00005690  6e 20 43 65 6e 74 72 65  22 2e 2e 20 54 68 69 73  |n Centre".. This|
000056a0  20 63 61 6e 20 62 65 20  67 69 76 65 6e 20 66 6f  | can be given fo|
000056b0  72 20 65 61 63 68 20 63  6f 6c 75 6d 6e 2e 20 28  |r each column. (|
000056c0  49 66 20 79 6f 75 20 6a  75 73 74 20 77 61 6e 74  |If you just want|
000056d0  20 74 68 65 20 74 69 72  64 20 63 6f 6c 75 6d 6e  | the tird column|
000056e0  20 74 6f 20 62 65 20 62  6f 6c 64 2c 20 64 6f 20  | to be bold, do |
000056f0  22 2c 2c 66 2a 22 20 29  0a 0a 54 68 65 20 54 41  |",,f*" )..The TA|
00005700  42 20 63 68 61 72 61 63  74 65 72 20 28 6f 72 20  |B character (or |
00005710  61 20 73 65 71 75 65 6e  63 65 20 6f 66 20 74 68  |a sequence of th|
00005720  65 6d 29 20 69 73 20 75  73 65 64 20 74 6f 20 73  |em) is used to s|
00005730  65 70 61 72 61 74 65 20  63 6f 6c 75 6d 6e 73 2e  |eparate columns.|
00005740  20 54 68 65 20 74 65 78  74 20 61 66 74 65 72 20  | The text after |
00005750  74 68 65 20 6c 61 73 74  20 54 41 42 20 63 61 6e  |the last TAB can|
00005760  20 77 72 61 70 2c 20 61  6e 64 20 74 68 65 6e 20  | wrap, and then |
00005770  69 74 20 77 69 6c 6c 20  69 6e 64 65 6e 74 20 74  |it will indent t|
00005780  6f 20 74 68 69 73 20 6c  61 73 74 20 54 41 42 2e  |o this last TAB.|
00005790  20 50 61 72 61 67 72 61  70 68 73 20 77 69 74 68  | Paragraphs with|
000057a0  6f 75 74 20 54 41 42 27  73 20 69 6e 20 74 68 65  |out TAB's in the|
000057b0  6d 20 77 69 6c 6c 20 6e  6f 74 20 62 65 20 69 6e  |m will not be in|
000057c0  66 6c 75 65 6e 63 65 64  2e 0a 0a 53 65 76 65 72  |fluenced...Sever|
000057d0  61 6c 20 54 41 42 20 63  68 61 72 61 63 74 65 72  |al TAB character|
000057e0  73 20 69 6e 20 73 65 71  75 65 6e 63 65 20 69 73  |s in sequence is|
000057f0  20 74 61 6b 65 6e 20 61  73 20 6f 6e 65 2e 20 54  | taken as one. T|
00005800  68 69 73 20 73 6f 20 74  68 61 74 20 79 6f 75 20  |his so that you |
00005810  63 61 6e 20 6d 61 6b 65  20 74 68 65 20 73 6f 75  |can make the sou|
00005820  72 63 65 20 6d 6f 72 65  20 72 65 61 64 61 62 6c  |rce more readabl|
00005830  65 2e 20 49 66 20 79 6f  75 20 77 61 6e 74 20 74  |e. If you want t|
00005840  6f 20 73 6b 69 70 20 61  20 63 6f 6c 75 6d 6e 2c  |o skip a column,|
00005850  20 79 6f 75 20 77 69 6c  6c 20 68 61 76 65 20 74  | you will have t|
00005860  6f 20 6c 65 61 76 65 20  61 20 73 70 61 63 65 20  |o leave a space |
00005870  62 65 74 77 65 6e 20 74  68 65 20 54 41 42 73 2e  |betwen the TABs.|
00005880  20 59 6f 75 20 63 61 6e  20 75 73 65 20 22 5c 5c  | You can use "\\|
00005890  74 22 20 69 6e 73 74 65  61 64 20 6f 66 20 54 41  |t" instead of TA|
000058a0  42 2e 0a 0a 7b 2a 7d 4e  6f 74 65 20 3a 7b 2a 7d  |B...{*}Note :{*}|
000058b0  09 54 68 65 20 6c 61 73  74 20 63 6f 6c 75 6d 6e  |.The last column|
000058c0  20 63 61 6e 20 63 75 72  72 65 6e 74 6c 79 20 2a  | can currently *|
000058d0  6e 6f 74 2a 20 68 61 76  65 20 61 6e 79 20 6f 74  |not* have any ot|
000058e0  68 65 72 20 61 6c 69 67  6e 6d 65 6e 74 20 74 68  |her alignment th|
000058f0  61 6e 20 22 4c 65 66 74  22 2e 20 49 66 20 69 74  |an "Left". If it|
00005900  20 64 6f 65 73 2c 20 69  74 20 77 6f 6e 27 74 20  | does, it won't |
00005910  64 69 73 70 6c 61 79 2e  0a 0a 49 27 6d 20 74 6f  |display...I'm to|
00005920  6f 20 74 69 72 65 64 20  74 6f 20 65 78 70 6c 61  |o tired to expla|
00005930  69 6e 20 74 68 65 20 54  41 42 27 73 20 70 72 6f  |in the TAB's pro|
00005940  70 65 72 6c 79 2c 20 73  6f 20 6a 75 73 74 20 6c  |perly, so just l|
00005950  6f 6f 6b 20 61 74 20 74  68 65 20 65 78 61 6d 70  |ook at the examp|
00005960  6c 65 2e 20 28 7c 2d 2d  2d 2d 7c 20 72 65 70 72  |le. (|----| repr|
00005970  65 73 65 6e 74 73 20 61  20 54 41 42 20 63 68 61  |esents a TAB cha|
00005980  72 61 63 74 65 72 29 0a  0a 45 78 61 6d 70 6c 65  |racter)..Example|
00005990  3a 0a 23 66 43 6f 64 65  0a 42 65 6c 20 43 61 6e  |:.#fCode.Bel Can|
000059a0  74 6f 7c 2d 2d 2d 2d 2d  2d 7c 7c 2d 2d 2d 2d 2d  |to|------||-----|
000059b0  2d 7c 44 69 76 69 6e 65  20 56 6f 69 63 65 0a 4e  |-|Divine Voice.N|
000059c0  65 75 72 61 6c 20 4e 65  74 77 6f 72 6b 7c 2d 7c  |eural Network|-||
000059d0  7c 2d 2d 2d 2d 2d 2d 7c  43 61 6c 6d 73 20 74 68  ||------|Calms th|
000059e0  65 20 42 65 61 73 74 0a  5c 23 54 61 62 0a 48 65  |e Beast.\#Tab.He|
000059f0  72 65 20 73 6f 6d 65 7c  2d 2d 2d 2d 2d 2d 7c 7c  |re some|------|||
00005a00  2d 2d 2d 2d 2d 2d 7c 74  65 78 74 20 74 68 61 74  |------|text that|
00005a10  20 77 69 6c 6c 0a 6e 6f  74 20 61 6c 69 67 6e 20  | will.not align |
00005a20  77 69 74 68 7c 2d 7c 7c  2d 2d 2d 2d 2d 2d 7c 74  |with|-||------|t|
00005a30  68 65 20 6c 69 6e 65 73  20 61 62 6f 76 65 0a 23  |he lines above.#|
00005a40  66 00 00 00 44 41 54 41  74 02 00 00 57 72 61 70  |f...DATAt...Wrap|
00005a50  0a 46 75 6c 6c 20 73 79  6e 74 61 78 20 3a 0a 23  |.Full syntax :.#|
00005a60  66 43 6f 64 65 3b 20 49  6e 64 65 6e 74 20 34 0a  |fCode; Indent 4.|
00005a70  5c 23 57 72 61 70 20 5b  20 4f 6e 20 7c 20 4f 66  |\#Wrap [ On | Of|
00005a80  66 20 7c 20 4e 6f 6a 6f  69 6e 20 5d 0a 23 66 3b  |f | Nojoin ].#f;|
00005a90  49 6e 64 65 6e 74 0a 0a  54 68 69 73 20 74 65 6c  |Indent..This tel|
00005aa0  6c 73 20 53 74 72 6f 6e  67 48 65 6c 70 20 68 6f  |ls StrongHelp ho|
00005ab0  77 20 74 6f 20 70 72 65  70 72 6f 63 65 73 73 20  |w to preprocess |
00005ac0  74 68 65 20 6c 69 6e 65  73 20 69 6e 20 61 20 70  |the lines in a p|
00005ad0  61 72 61 67 72 61 70 68  2c 20 61 6e 64 20 68 6f  |aragraph, and ho|
00005ae0  77 20 74 6f 20 64 69 73  70 6c 61 79 20 74 68 65  |w to display the|
00005af0  6d 2e 0a 0a 4f 6e 09 41  6c 6c 20 74 65 78 74 6c  |m...On.All textl|
00005b00  69 6e 65 73 20 6e 6f 74  20 69 6e 74 65 72 72 75  |ines not interru|
00005b10  70 74 65 64 20 62 79 20  61 20 62 6c 61 6e 6b 20  |pted by a blank |
00005b20  6c 69 6e 65 20 6f 72 20  61 20 22 23 22 20 77 69  |line or a "#" wi|
00005b30  6c 6c 20 62 65 20 6a 6f  69 6e 65 64 20 74 6f 20  |ll be joined to |
00005b40  6f 6e 65 20 6c 69 6e 65  2c 20 61 6e 64 20 77 72  |one line, and wr|
00005b50  61 70 70 65 64 20 74 6f  20 66 69 74 20 74 68 65  |apped to fit the|
00005b60  20 77 69 6e 64 6f 77 2e  0a 4f 66 66 09 53 74 72  | window..Off.Str|
00005b70  6f 6e 67 48 65 6c 70 20  77 69 6c 6c 20 64 6f 20  |ongHelp will do |
00005b80  6e 6f 74 68 69 6e 67 20  77 69 74 68 20 74 68 65  |nothing with the|
00005b90  20 74 65 78 74 2c 20 61  6e 64 20 6e 6f 74 20 77  | text, and not w|
00005ba0  72 61 70 20 69 74 20 65  69 74 68 65 72 0a 4e 6f  |rap it either.No|
00005bb0  4a 6f 69 6e 09 53 74 72  6f 6e 67 48 65 6c 70 20  |Join.StrongHelp |
00005bc0  77 69 6c 6c 20 6e 6f 74  20 6a 6f 69 6e 20 6c 69  |will not join li|
00005bd0  6e 65 73 2c 20 62 75 74  20 77 69 6c 6c 20 77 72  |nes, but will wr|
00005be0  61 70 20 74 68 65 6d 2e  20 28 69 65 20 65 61 63  |ap them. (ie eac|
00005bf0  68 20 70 61 72 61 67 72  61 70 68 20 69 73 20 77  |h paragraph is w|
00005c00  72 69 74 74 65 6e 20 61  73 20 6f 6e 65 20 6c 6f  |ritten as one lo|
00005c10  6e 67 20 6c 69 6e 65 29  0a 0a 55 73 65 20 6a 75  |ng line)..Use ju|
00005c20  73 74 20 22 57 72 61 70  22 20 74 6f 20 72 65 73  |st "Wrap" to res|
00005c30  74 6f 72 65 20 74 68 65  20 70 72 65 76 69 6f 75  |tore the previou|
00005c40  73 20 73 65 74 74 69 6e  67 20 28 6a 75 73 74 20  |s setting (just |
00005c50  6f 6e 65 20 6c 65 76 65  6c 29 0a 0a 45 78 61 6d  |one level)..Exam|
00005c60  70 6c 65 3a 0a 23 66 43  6f 64 65 0a 23 57 72 61  |ple:.#fCode.#Wra|
00005c70  70 20 6f 66 66 0a 5c 23  57 72 61 70 20 6f 66 66  |p off.\#Wrap off|
00005c80  0a 54 68 69 73 20 69 73  20 61 20 6c 69 6e 65 20  |.This is a line |
00005c90  74 68 61 74 20 49 20 64  6f 6e 27 74 20 77 61 6e  |that I don't wan|
00005ca0  74 20 53 74 72 6f 6e 67  48 65 6c 70 20 74 6f 20  |t StrongHelp to |
00005cb0  73 70 6c 69 74 0a 23 66  44 41 54 41 39 01 00 00  |split.#fDATA9...|
00005cc0  43 6f 6d 6d 65 6e 74 0a  46 75 6c 6c 20 73 79 6e  |Comment.Full syn|
00005cd0  74 61 78 20 3a 0a 23 66  43 6f 64 65 3b 20 49 6e  |tax :.#fCode; In|
00005ce0  64 65 6e 74 20 34 0a 5c  23 20 53 6f 6d 65 20 74  |dent 4.\# Some t|
00005cf0  65 78 74 2e 20 4e 6f 74  65 20 66 69 72 73 74 20  |ext. Note first |
00005d00  73 70 61 63 65 0a 23 66  3b 49 6e 64 65 6e 74 0a  |space.#f;Indent.|
00005d10  0a 57 68 65 6e 20 74 68  69 73 20 6f 63 63 75 72  |.When this occur|
00005d20  73 20 61 74 20 74 68 65  20 62 65 67 69 6e 6e 69  |s at the beginni|
00005d30  6e 67 20 6f 66 20 61 20  6c 69 6e 65 2c 20 53 74  |ng of a line, St|
00005d40  72 6f 6e 67 48 65 6c 70  20 69 67 6e 6f 72 65 73  |rongHelp ignores|
00005d50  20 74 68 65 20 72 65 73  74 20 6f 66 20 74 68 65  | the rest of the|
00005d60  20 6c 69 6e 65 2e 20 41  20 6c 69 6e 65 20 77 69  | line. A line wi|
00005d70  74 68 20 6f 6e 6c 79 20  61 20 73 69 6e 67 6c 65  |th only a single|
00005d80  20 22 23 22 20 6f 6e 20  69 74 20 69 73 20 61 6c  | "#" on it is al|
00005d90  73 6f 20 69 67 6e 6f 72  65 64 2e 0a 0a 45 78 61  |so ignored...Exa|
00005da0  6d 70 6c 65 3a 0a 23 66  43 6f 64 65 0a 5c 23 20  |mple:.#fCode.\# |
00005db0  57 65 20 63 6f 6d 6d 65  6e 74 20 6f 75 74 20 74  |We comment out t|
00005dc0  68 69 73 20 63 6f 6d 6d  61 6e 64 20 66 6f 72 20  |his command for |
00005dd0  74 68 65 20 74 69 6d 65  20 62 65 69 6e 67 2e 0a  |the time being..|
00005de0  5c 23 20 44 72 61 77 20  30 2c 30 20 21 69 0a 23  |\# Draw 0,0 !i.#|
00005df0  66 00 00 00 44 41 54 41  ae 02 00 00 53 74 72 6f  |f...DATA....Stro|
00005e00  6e 67 2c 20 49 74 61 6c  69 63 20 61 6e 64 20 55  |ng, Italic and U|
00005e10  6e 64 65 72 6c 69 6e 65  0a 46 75 6c 6c 20 73 79  |nderline.Full sy|
00005e20  6e 74 61 78 20 3a 0a 23  66 43 6f 64 65 3b 20 49  |ntax :.#fCode; I|
00005e30  6e 64 65 6e 74 20 34 0a  48 65 72 65 20 69 73 20  |ndent 4.Here is |
00005e40  61 20 5c 2a 73 74 72 6f  6e 67 5c 2a 20 77 6f 72  |a \*strong\* wor|
00005e50  64 0a 48 65 72 65 20 69  73 20 61 20 73 74 72 6f  |d.Here is a stro|
00005e60  6e 67 20 65 78 70 72 65  73 73 69 6f 6e 20 3a 20  |ng expression : |
00005e70  5c 7b 5c 2a 7d 20 32 2a  33 2a 34 20 5c 7b 5c 2a  |\{\*} 2*3*4 \{\*|
00005e80  7d 0a 23 66 3b 49 6e 64  65 6e 74 0a 0a 54 6f 20  |}.#f;Indent..To |
00005e90  73 69 6d 70 6c 69 66 79  20 74 68 65 20 75 73 65  |simplify the use|
00005ea0  20 6f 66 20 74 68 65 20  3c 73 74 79 6c 65 73 3d  | of the <styles=|
00005eb0  3e 66 3e 20 22 53 74 72  6f 6e 67 22 2c 20 22 45  |>f> "Strong", "E|
00005ec0  6d 70 68 61 73 69 73 22  20 61 6e 64 20 22 55 6e  |mphasis" and "Un|
00005ed0  64 65 72 6c 69 6e 65 22  20 77 65 20 75 73 65 20  |derline" we use |
00005ee0  74 68 65 20 63 68 61 72  61 63 74 65 72 73 20 2a  |the characters *|
00005ef0  2c 20 2f 20 61 6e 64 20  5f 20 28 75 6e 64 65 72  |, / and _ (under|
00005f00  73 63 6f 72 65 29 20 64  69 72 65 63 74 6c 79 20  |score) directly |
00005f10  69 6e 20 74 68 65 20 74  65 78 74 2c 20 6f 72 20  |in the text, or |
00005f20  61 73 20 63 6f 6d 6d 61  6e 64 73 20 69 6e 73 69  |as commands insi|
00005f30  64 65 20 22 5c 7b 7d 22  0a 0a 49 66 20 75 73 65  |de "\{}"..If use|
00005f40  64 20 64 69 72 65 63 74  6c 79 2c 20 74 68 65 72  |d directly, ther|
00005f50  65 20 6d 75 73 74 20 62  65 20 61 20 73 70 61 63  |e must be a spac|
00005f60  65 20 6f 72 20 6e 65 77  6c 69 6e 65 20 69 6e 20  |e or newline in |
00005f70  66 72 6f 6e 74 20 6f 66  20 74 68 65 20 66 69 72  |front of the fir|
00005f80  73 74 20 22 2a 22 2c 20  6f 6e 6c 79 20 6c 65 74  |st "*", only let|
00005f90  74 65 72 73 20 61 6e 64  20 73 70 61 63 65 73 20  |ters and spaces |
00005fa0  62 65 74 77 65 65 6e 2c  20 61 6e 64 20 73 70 61  |between, and spa|
00005fb0  63 65 2c 20 6e 65 77 6c  69 6e 65 20 6f 72 20 70  |ce, newline or p|
00005fc0  75 6e 63 74 75 61 74 69  6f 6e 20 61 66 74 65 72  |unctuation after|
00005fd0  20 74 68 65 20 73 65 63  6f 6e 64 20 22 2a 22 2c  | the second "*",|
00005fe0  20 61 6e 64 20 62 6f 74  68 20 22 2a 22 27 73 20  | and both "*"'s |
00005ff0  6d 75 73 74 20 62 65 20  6e 65 78 74 20 74 6f 20  |must be next to |
00006000  61 20 6c 65 74 74 65 72  2e 0a 0a 54 6f 20 61 63  |a letter...To ac|
00006010  74 75 61 6c 6c 79 20 64  69 73 70 6c 61 79 20 61  |tually display a|
00006020  20 22 2a 22 20 70 72 65  66 69 78 20 69 74 20 77  | "*" prefix it w|
00006030  69 74 68 20 22 5c 5c 22  0a 0a 45 78 61 6d 70 6c  |ith "\\"..Exampl|
00006040  65 3a 0a 23 66 43 6f 64  65 0a 49 20 6d 75 73 74  |e:.#fCode.I must|
00006050  20 74 65 6c 6c 20 79 6f  75 20 44 61 72 6c 61 2c  | tell you Darla,|
00006060  20 49 20 68 61 76 65 20  5c 2a 73 74 72 6f 6e 67  | I have \*strong|
00006070  5c 2a 20 66 65 65 6c 69  6e 67 73 20 61 62 6f 75  |\* feelings abou|
00006080  74 20 74 68 69 73 2c 20  61 6e 64 20 74 68 61 74  |t this, and that|
00006090  27 73 20 6e 6f 20 5c 2f  6a 6f 6b 65 5c 2f 2e 0a  |'s no \/joke\/..|
000060a0  23 66 00 00 44 41 54 41  f2 01 00 00 49 6e 63 6c  |#f..DATA....Incl|
000060b0  75 64 65 0a 46 75 6c 6c  20 73 79 6e 74 61 78 20  |ude.Full syntax |
000060c0  3a 0a 23 66 43 6f 64 65  3b 20 49 6e 64 65 6e 74  |:.#fCode; Indent|
000060d0  20 34 0a 5c 23 49 6e 63  6c 75 64 65 20 66 6e 61  | 4.\#Include fna|
000060e0  6d 65 0a 23 66 3b 49 6e  64 65 6e 74 0a 0a 54 68  |me.#f;Indent..Th|
000060f0  69 73 20 69 73 20 61 20  63 6f 6d 6d 61 6e 64 20  |is is a command |
00006100  70 61 72 73 65 64 20 62  79 20 74 68 65 20 70 72  |parsed by the pr|
00006110  65 70 72 6f 63 65 73 73  6f 72 2e 20 49 74 20 2a  |eprocessor. It *|
00006120  6d 75 73 74 2a 20 61 70  70 65 61 72 20 61 74 20  |must* appear at |
00006130  74 68 65 20 73 74 61 72  74 20 6f 66 20 61 20 6c  |the start of a l|
00006140  69 6e 65 2c 20 61 6e 64  20 2a 6e 6f 74 2a 20 69  |ine, and *not* i|
00006150  6e 73 69 64 65 20 22 5c  7b 7d 22 27 73 2e 20 49  |nside "\{}"'s. I|
00006160  66 20 74 68 65 20 66 69  6c 65 20 65 78 69 73 74  |f the file exist|
00006170  73 2c 20 74 68 65 20 6c  69 6e 65 20 69 73 20 72  |s, the line is r|
00006180  65 70 6c 61 63 65 64 20  77 69 74 68 20 74 68 65  |eplaced with the|
00006190  20 63 6f 6e 74 65 6e 74  73 20 6f 66 20 74 68 65  | contents of the|
000061a0  20 66 69 6c 65 2c 20 61  6e 64 20 69 66 20 6e 6f  | file, and if no|
000061b0  74 20 74 68 65 20 6c 69  6e 65 20 69 73 20 6a 75  |t the line is ju|
000061c0  73 74 20 72 65 6d 6f 76  65 64 2e 20 53 63 61 6e  |st removed. Scan|
000061d0  6e 69 6e 67 20 74 68 65  6e 20 72 65 73 75 6d 65  |ning then resume|
000061e0  73 20 66 72 6f 6d 20 74  68 65 20 73 74 61 72 74  |s from the start|
000061f0  20 6f 77 20 77 68 61 74  20 77 61 73 20 6a 75 73  | ow what was jus|
00006200  74 20 6c 6f 61 64 65 64  2e 0a 0a 44 6f 6e 27 74  |t loaded...Don't|
00006210  20 6c 65 74 20 61 20 66  69 6c 65 20 69 6e 63 6c  | let a file incl|
00006220  75 64 65 20 69 74 73 65  6c 66 2e 20 59 6f 75 20  |ude itself. You |
00006230  77 69 6c 6c 20 6f 6e 6c  79 20 63 72 61 73 68 2e  |will only crash.|
00006240  2e 0a 0a 45 78 61 6d 70  6c 65 3a 0a 23 66 43 6f  |...Example:.#fCo|
00006250  64 65 0a 62 6c 61 68 20  62 6c 61 68 20 73 6f 6d  |de.blah blah som|
00006260  65 20 6d 6f 72 65 20 62  6c 61 68 0a 62 6c 61 68  |e more blah.blah|
00006270  20 62 6c 61 68 20 62 6c  61 68 2e 0a 5c 23 49 6e  | blah blah..\#In|
00006280  63 6c 75 64 65 20 53 74  64 44 69 73 63 6c 61 69  |clude StdDisclai|
00006290  6d 65 72 0a 23 66 00 00  44 41 54 41 09 09 00 00  |mer.#f..DATA....|
000062a0  46 72 65 71 75 65 6e 74  6c 79 20 41 73 6b 65 64  |Frequently Asked|
000062b0  20 51 75 65 73 74 69 6f  6e 73 0a 8f 09 7b 2f 7d  | Questions...{/}|
000062c0  57 68 79 20 64 6f 65 73  6e 27 74 20 53 74 72 6f  |Why doesn't Stro|
000062d0  6e 67 48 65 6c 70 20 75  73 65 20 48 54 4d 4c 20  |ngHelp use HTML |
000062e0  74 6f 20 64 65 73 63 72  69 62 65 20 69 74 73 20  |to describe its |
000062f0  70 61 67 65 73 3f 7b 2f  7d 0a 0a 09 20 20 20 09  |pages?{/}...   .|
00006300  57 68 65 6e 20 49 20 73  74 61 72 74 65 64 20 77  |When I started w|
00006310  72 69 74 69 6e 67 20 53  74 72 6f 6e 67 48 65 6c  |riting StrongHel|
00006320  70 20 49 20 6c 6f 6f 6b  65 64 20 61 74 20 48 54  |p I looked at HT|
00006330  4d 4c 2c 20 62 75 74 20  66 6f 75 6e 64 20 69 74  |ML, but found it|
00006340  20 6c 61 72 67 65 6c 79  20 75 6e 72 65 61 64 61  | largely unreada|
00006350  62 6c 65 20 61 6e 64 20  64 65 63 69 64 65 64 20  |ble and decided |
00006360  74 6f 20 6d 61 6b 65 20  6d 79 20 6f 77 6e 20 73  |to make my own s|
00006370  79 6e 74 61 78 2e 20 49  66 20 49 20 68 61 64 20  |yntax. If I had |
00006380  64 6f 6e 65 20 74 6f 64  61 79 2c 20 49 20 77 6f  |done today, I wo|
00006390  75 6c 64 27 76 65 20 75  73 65 64 20 48 54 4d 4c  |uld've used HTML|
000063a0  2e 20 4e 6f 74 20 62 65  63 61 75 73 65 20 69 74  |. Not because it|
000063b0  20 68 61 73 20 67 6f 74  74 65 6e 20 61 6e 79 20  | has gotten any |
000063c0  62 65 74 74 65 72 2c 20  62 75 74 20 62 65 63 61  |better, but beca|
000063d0  75 73 65 20 69 74 20 69  73 20 73 6f 20 77 65 6c  |use it is so wel|
000063e0  6c 20 6b 6e 6f 77 6e 2e  0a 0a 8f 09 7b 2f 7d 57  |l known.....{/}W|
000063f0  68 65 6e 20 49 20 73 61  76 65 20 61 20 68 65 6c  |hen I save a hel|
00006400  70 20 70 61 67 65 20 66  72 6f 6d 20 21 5a 61 70  |p page from !Zap|
00006410  2c 20 74 68 65 20 6d 61  6e 75 61 6c 20 69 73 20  |, the manual is |
00006420  63 6f 72 72 75 70 74 65  64 21 20 57 68 79 3f 7b  |corrupted! Why?{|
00006430  2f 7d 0a 0a 09 20 20 20  09 45 61 72 6c 69 65 72  |/}...   .Earlier|
00006440  20 76 65 72 73 69 6f 6e  73 20 6f 66 20 5a 61 70  | versions of Zap|
00006450  20 63 72 65 61 74 65 64  20 66 69 6c 65 73 20 69  | created files i|
00006460  6e 20 61 20 77 61 79 20  74 68 61 74 20 53 74 72  |n a way that Str|
00006470  6f 6e 67 48 65 6c 70 20  69 73 6e 27 74 20 64 65  |ongHelp isn't de|
00006480  73 69 67 6e 65 64 20 74  6f 20 73 75 70 70 6f 72  |signed to suppor|
00006490  74 2e 20 4c 61 74 65 72  20 76 65 72 73 69 6f 6e  |t. Later version|
000064a0  73 20 6f 66 20 5a 61 70  20 77 6f 72 6b 20 66 69  |s of Zap work fi|
000064b0  6e 65 2e 0a 0a 8f 09 7b  2f 7d 48 6f 77 20 63 61  |ne.....{/}How ca|
000064c0  6e 20 49 20 67 65 74 20  74 68 65 20 6c 69 6e 6b  |n I get the link|
000064d0  73 20 74 6f 20 61 70 70  65 61 72 20 69 6e 20 72  |s to appear in r|
000064e0  65 64 3f 7b 2f 7d 0a 0a  09 20 20 20 09 59 6f 75  |ed?{/}...   .You|
000064f0  20 6c 6f 61 64 20 74 68  65 20 21 53 74 72 6f 6e  | load the !Stron|
00006500  67 48 65 6c 70 2e 21 43  6f 6e 66 69 67 75 72 65  |gHelp.!Configure|
00006510  20 66 69 6c 65 20 69 6e  74 6f 20 61 6e 20 65 64  | file into an ed|
00006520  69 74 6f 72 2c 20 61 64  64 20 22 52 47 42 20 32  |itor, add "RGB 2|
00006530  35 35 2c 30 2c 30 22 20  74 6f 20 74 68 65 20 22  |55,0,0" to the "|
00006540  66 4c 69 6e 6b 20 3d 20  2e 2e 2e 22 20 73 74 61  |fLink = ..." sta|
00006550  74 65 6d 65 6e 74 20 61  6e 64 20 72 65 73 74 61  |tement and resta|
00006560  72 74 20 53 74 72 6f 6e  67 48 65 6c 70 2e 20 4e  |rt StrongHelp. N|
00006570  6f 74 65 20 74 68 61 74  20 69 6e 64 69 76 69 64  |ote that individ|
00006580  75 61 6c 20 6d 61 6e 75  61 6c 73 20 63 61 6e 20  |ual manuals can |
00006590  6f 76 65 72 72 69 64 65  20 74 68 69 73 2e 0a 0a  |override this...|
000065a0  8f 09 7b 2f 7d 48 6f 77  20 63 61 6e 20 49 20 63  |..{/}How can I c|
000065b0  68 61 6e 67 65 20 74 68  65 20 66 6f 6e 74 73 20  |hange the fonts |
000065c0  75 73 65 64 3f 7b 2f 7d  0a 0a 09 20 20 20 09 45  |used?{/}...   .E|
000065d0  64 69 74 20 74 68 65 20  21 53 74 72 6f 6e 67 48  |dit the !StrongH|
000065e0  65 6c 70 2e 21 43 6f 6e  66 69 67 75 72 65 20 66  |elp.!Configure f|
000065f0  69 6c 65 2e 20 46 6f 6e  74 73 20 61 72 65 20 64  |ile. Fonts are d|
00006600  65 66 69 6e 65 64 20 62  79 20 74 68 65 20 22 66  |efined by the "f|
00006610  30 3d 2e 2e 22 20 74 6f  20 22 66 33 31 3d 22 2e  |0=.." to "f31=".|
00006620  20 49 66 20 79 6f 75 20  73 70 65 63 69 66 79 20  | If you specify |
00006630  61 20 66 6f 6e 74 20 74  68 61 74 20 64 6f 65 73  |a font that does|
00006640  6e 27 74 20 65 78 69 73  74 2c 20 53 74 72 6f 6e  |n't exist, Stron|
00006650  67 48 65 6c 70 20 77 69  6c 6c 20 74 72 79 20 74  |gHelp will try t|
00006660  6f 20 75 73 65 20 74 68  65 20 43 6f 72 70 75 73  |o use the Corpus|
00006670  20 6f 72 20 53 79 73 74  65 6d 20 66 6f 6e 74 20  | or System font |
00006680  69 6e 73 74 65 61 64 2e  0a 0a 8f 09 7b 2f 7d 57  |instead.....{/}W|
00006690  68 79 20 69 73 6e 27 74  20 74 68 65 72 65 20 61  |hy isn't there a|
000066a0  20 63 6f 6e 66 69 67 75  72 61 74 69 6f 6e 20 77  | configuration w|
000066b0  69 6e 64 6f 77 3f 7b 2f  7d 0a 0a 09 20 20 20 09  |indow?{/}...   .|
000066c0  4d 61 69 6e 6c 79 20 62  65 63 61 75 73 65 20 49  |Mainly because I|
000066d0  20 77 61 6e 74 20 53 74  72 6f 6e 67 68 65 6c 70  | want Stronghelp|
000066e0  20 74 6f 20 62 65 20 61  20 72 65 61 73 6f 6e 61  | to be a reasona|
000066f0  62 6c 79 20 73 6d 61 6c  6c 20 70 72 6f 67 72 61  |bly small progra|
00006700  6d 2c 20 61 6e 64 20 61  6c 73 6f 20 62 65 63 61  |m, and also beca|
00006710  75 73 65 20 74 68 65 20  21 43 6f 6e 66 69 67 75  |use the !Configu|
00006720  72 65 20 74 65 78 74 20  66 69 6c 65 20 69 73 20  |re text file is |
00006730  6d 75 63 68 20 6d 6f 72  65 20 66 6c 65 78 69 62  |much more flexib|
00006740  6c 65 2e 0a 0a 8f 09 7b  2f 7d 57 68 79 20 64 6f  |le.....{/}Why do|
00006750  65 73 20 74 68 65 20 4d  61 6e 75 61 6c 20 66 69  |es the Manual fi|
00006760  6c 65 20 62 65 63 6f 6d  65 20 73 6f 20 62 69 67  |le become so big|
00006770  20 77 68 65 6e 20 73 6f  6d 65 74 68 69 6e 67 20  | when something |
00006780  69 6e 73 69 64 65 20 69  73 20 65 64 69 74 65 64  |inside is edited|
00006790  3f 20 28 61 6e 64 20 74  68 65 6e 20 73 68 72 69  |? (and then shri|
000067a0  6e 6b 20 61 67 61 69 6e  20 77 68 65 6e 20 53 74  |nk again when St|
000067b0  72 6f 6e 67 48 65 6c 70  20 71 75 69 74 73 29 7b  |rongHelp quits){|
000067c0  2f 7d 0a 0a 09 20 20 20  09 53 74 72 6f 6e 67 48  |/}...   .StrongH|
000067d0  65 6c 70 20 75 73 65 73  20 73 6f 6d 65 74 68 69  |elp uses somethi|
000067e0  6e 67 20 63 61 6c 6c 65  64 20 61 6e 20 49 6d 61  |ng called an Ima|
000067f0  67 65 20 46 69 6c 69 6e  67 20 53 79 73 74 65 6d  |ge Filing System|
00006800  20 28 61 20 73 65 72 76  69 63 65 20 70 72 6f 76  | (a service prov|
00006810  69 64 65 64 20 62 79 20  74 68 65 20 4f 53 29 20  |ided by the OS) |
00006820  61 6e 64 20 73 75 63 68  20 66 69 6c 65 73 20 61  |and such files a|
00006830  6c 6c 6f 63 61 74 65 20  64 69 73 63 20 73 70 61  |llocate disc spa|
00006840  63 65 20 69 6e 20 6c 61  72 67 65 20 63 68 75 6e  |ce in large chun|
00006850  6b 73 20 74 6f 20 62 65  20 6d 6f 72 65 20 65 66  |ks to be more ef|
00006860  66 69 63 69 65 6e 74 2e  20 49 20 64 6f 6e 27 74  |ficient. I don't|
00006870  20 6b 6e 6f 77 20 77 68  79 20 74 68 65 20 4f 53  | know why the OS|
00006880  20 64 65 63 69 64 65 73  20 74 68 65 79 20 68 61  | decides they ha|
00006890  76 65 20 74 6f 20 67 72  6f 77 20 77 69 74 68 20  |ve to grow with |
000068a0  61 73 20 6d 75 63 68 20  61 73 20 74 68 65 79 20  |as much as they |
000068b0  64 6f 20 28 53 65 76 65  72 61 6c 20 31 30 30 20  |do (Several 100 |
000068c0  4b 27 73 20 69 6e 20 73  6f 6d 65 20 63 61 73 65  |K's in some case|
000068d0  73 29 2e 20 49 74 20 6d  69 67 68 74 20 62 65 20  |s). It might be |
000068e0  61 20 62 75 67 20 69 6e  20 74 68 65 20 4f 53 2e  |a bug in the OS.|
000068f0  0a 0a 8f 09 7b 2f 7d 57  68 65 6e 20 49 20 71 75  |....{/}When I qu|
00006900  69 74 20 53 74 72 6f 6e  67 48 65 6c 70 20 61 6e  |it StrongHelp an|
00006910  64 20 74 68 65 6e 20 64  6f 75 62 6c 65 63 6c 69  |d then doublecli|
00006920  63 6b 20 6f 6e 20 61 20  4d 61 6e 75 61 6c 2c 20  |ck on a Manual, |
00006930  49 20 67 65 74 20 74 68  65 20 65 72 72 6f 72 20  |I get the error |
00006940  22 45 72 72 6f 72 20 77  68 65 6e 20 72 65 61 64  |"Error when read|
00006950  69 6e 67 20 78 78 78 78  20 2d 20 78 78 78 78 20  |ing xxxx - xxxx |
00006960  69 73 20 61 20 66 69 6c  65 2e 22 20 49 73 20 74  |is a file." Is t|
00006970  68 69 73 20 61 20 62 75  67 3f 7b 2f 7d 0a 0a 09  |his a bug?{/}...|
00006980  20 20 20 09 59 65 73 2c  20 69 74 20 2a 69 73 2a  |   .Yes, it *is*|
00006990  20 61 20 62 75 67 2c 20  62 75 74 20 6e 6f 74 20  | a bug, but not |
000069a0  69 6e 20 53 74 72 6f 6e  67 48 65 6c 70 2e 20 54  |in StrongHelp. T|
000069b0  68 65 20 66 69 6c 65 72  20 63 61 63 68 65 73 20  |he filer caches |
000069c0  64 69 72 65 63 74 6f 72  79 20 69 6e 66 6f 2c 20  |directory info, |
000069d0  61 6e 64 20 68 61 73 6e  27 74 20 64 69 73 63 6f  |and hasn't disco|
000069e0  76 65 72 65 64 20 74 68  61 74 20 74 68 65 73 65  |vered that these|
000069f0  20 66 69 6c 65 73 20 6e  6f 20 6c 6f 6e 67 65 72  | files no longer|
00006a00  20 61 72 65 20 69 6d 61  67 65 73 2f 64 69 72 65  | are images/dire|
00006a10  63 74 6f 72 69 65 73 2e  20 49 74 20 77 69 6c 6c  |ctories. It will|
00006a20  20 62 65 20 75 70 64 61  74 65 64 20 74 68 65 20  | be updated the |
00006a30  6e 65 78 74 20 74 69 6d  65 20 69 74 20 72 65 61  |next time it rea|
00006a40  64 73 20 74 68 65 20 64  69 72 65 63 74 6f 72 79  |ds the directory|
00006a50  2e 0a 0a 8f 09 7b 2f 7d  41 66 74 65 72 20 63 72  |.....{/}After cr|
00006a60  61 73 68 69 6e 67 20 53  74 72 6f 6e 67 48 65 6c  |ashing StrongHel|
00006a70  70 20 6d 79 20 4d 61 6e  75 61 6c 20 73 74 69 6c  |p my Manual stil|
00006a80  6c 20 77 6f 72 6b 73 2c  20 62 75 74 20 69 74 20  |l works, but it |
00006a90  69 73 20 2a 68 75 67 65  2a 2e 20 48 6f 77 20 63  |is *huge*. How c|
00006aa0  61 6e 20 49 20 66 69 78  20 74 68 69 73 3f 7b 2f  |an I fix this?{/|
00006ab0  7d 0a 0a 09 20 20 20 09  46 69 72 73 74 20 74 61  |}...   .First ta|
00006ac0  6b 65 20 61 20 62 61 63  6b 75 70 2c 20 74 68 65  |ke a backup, the|
00006ad0  6e 20 64 72 61 67 20 69  74 20 74 6f 20 53 74 72  |n drag it to Str|
00006ae0  6f 6e 67 68 65 6c 70 27  73 20 69 63 6f 6e 62 61  |onghelp's iconba|
00006af0  72 20 69 63 6f 6e 20 61  6e 64 20 73 65 6c 65 63  |r icon and selec|
00006b00  74 20 22 43 6c 65 61 6e  43 6f 70 79 22 2e 20 49  |t "CleanCopy". I|
00006b10  6e 20 6d 6f 73 74 20 63  61 73 65 73 20 74 68 69  |n most cases thi|
00006b20  73 20 77 69 6c 6c 20 66  69 78 20 69 74 2e 0a 0a  |s will fix it...|
00006b30  23 4c 69 6e 65 3b 20 41  6c 69 67 6e 20 43 65 6e  |#Line; Align Cen|
00006b40  74 72 65 0a 0a 53 65 6e  64 20 73 75 67 67 65 73  |tre..Send sugges|
00006b50  74 69 6f 6e 73 20 61 6e  64 20 63 6f 72 72 65 63  |tions and correc|
00006b60  74 69 6f 6e 73 20 74 6f  20 3c 67 75 74 74 6f 72  |tions to <guttor|
00006b70  6d 2e 76 69 6b 40 65 75  6e 65 74 2e 6e 6f 3d 3e  |m.vik@eunet.no=>|
00006b80  23 75 72 6c 20 6d 61 69  6c 74 6f 3a 67 75 74 74  |#url mailto:gutt|
00006b90  6f 72 6d 2e 76 69 6b 40  65 75 6e 65 74 2e 6e 6f  |orm.vik@eunet.no|
00006ba0  3e 00 00 00 44 41 54 41  7f 02 00 00 53 74 72 6f  |>...DATA....Stro|
00006bb0  6e 67 48 65 6c 70 20 4d  61 6e 75 61 6c 20 20 28  |ngHelp Manual  (|
00006bc0  26 33 44 36 29 0a 23 69  6e 64 65 6e 74 20 35 0a  |&3D6).#indent 5.|
00006bd0  23 73 70 72 69 74 65 20  30 2c 30 20 66 69 6c 65  |#sprite 0,0 file|
00006be0  5f 33 64 36 0a 54 68 69  73 20 69 73 20 61 20 53  |_3d6.This is a S|
00006bf0  74 72 6f 6e 67 48 65 6c  70 20 4d 61 6e 75 61 6c  |trongHelp Manual|
00006c00  2e 20 49 66 20 79 6f 75  20 64 6f 75 62 6c 65 63  |. If you doublec|
00006c10  6c 69 63 6b 20 69 74 2c  20 69 74 73 20 66 69 72  |lick it, its fir|
00006c20  73 74 20 70 61 67 65 20  28 63 61 6c 6c 65 64 20  |st page (called |
00006c30  21 52 6f 6f 74 29 20 77  69 6c 6c 20 62 65 20 6f  |!Root) will be o|
00006c40  70 65 6e 65 64 2e 20 46  72 6f 6d 20 74 68 65 72  |pened. From ther|
00006c50  65 20 79 6f 75 20 63 61  6e 20 63 6c 69 63 6b 20  |e you can click |
00006c60  79 6f 75 72 20 77 61 79  20 74 6f 20 6f 74 68 65  |your way to othe|
00006c70  72 20 70 61 67 65 73 2e  20 49 66 20 79 6f 75 20  |r pages. If you |
00006c80  6b 65 65 70 20 64 6f 77  6e 20 73 68 69 66 74 20  |keep down shift |
00006c90  77 68 69 6c 65 20 64 6f  75 62 6c 65 63 6c 69 63  |while doubleclic|
00006ca0  6b 69 6e 67 2c 20 74 68  65 6e 20 74 68 65 20 6d  |king, then the m|
00006cb0  61 6e 75 61 6c 20 77 69  6c 6c 20 62 65 20 6f 70  |anual will be op|
00006cc0  65 6e 65 64 20 61 73 20  61 20 64 69 72 65 63 74  |ened as a direct|
00006cd0  6f 72 79 2c 20 61 6e 64  20 79 6f 75 20 68 61 76  |ory, and you hav|
00006ce0  65 20 61 63 63 65 73 73  20 74 6f 20 61 6c 6c 20  |e access to all |
00006cf0  74 68 65 20 72 61 77 20  64 61 74 61 20 74 68 65  |the raw data the|
00006d00  20 6d 61 6e 75 61 6c 20  69 73 20 62 75 69 6c 74  | manual is built|
00006d10  20 66 72 6f 6d 2e 0a 0a  23 49 6e 64 65 6e 74 0a  | from...#Indent.|
00006d20  48 65 72 65 20 61 72 65  20 73 6f 6d 65 20 61 63  |Here are some ac|
00006d30  74 69 6f 6e 73 20 79 6f  75 20 63 61 6e 20 74 61  |tions you can ta|
00006d40  6b 65 20 6f 6e 20 74 68  65 20 6d 61 6e 75 61 6c  |ke on the manual|
00006d50  20 7b 2a 7d 7b 24 20 74  6d 70 24 6c 65 61 66 7d  | {*}{$ tmp$leaf}|
00006d60  7b 2a 7d 20 28 6f 6e 6c  79 20 69 66 20 79 6f 75  |{*} (only if you|
00006d70  20 68 61 76 65 20 6f 70  65 6e 65 64 20 74 68 69  | have opened thi|
00006d80  73 20 70 61 67 65 20 62  79 20 64 72 61 67 67 69  |s page by draggi|
00006d90  6e 67 20 61 20 4d 61 6e  75 61 6c 20 74 6f 20 53  |ng a Manual to S|
00006da0  74 72 6f 6e 67 48 65 6c  70 27 73 20 69 63 6f 6e  |trongHelp's icon|
00006db0  62 61 72 20 69 63 6f 6e  21 29 0a 0a 23 49 6e 64  |bar icon!)..#Ind|
00006dc0  65 6e 74 20 35 0a 3c 43  6c 65 61 6e 43 6f 70 79  |ent 5.<CleanCopy|
00006dd0  20 69 74 3d 3e 2a 3c 53  74 72 6f 6e 67 48 65 6c  | it=>*<StrongHel|
00006de0  70 24 44 69 72 5c 3e 2e  55 74 69 6c 69 74 69 65  |p$Dir\>.Utilitie|
00006df0  73 2e 43 6c 65 61 6e 43  6f 70 79 20 7b 24 20 74  |s.CleanCopy {$ t|
00006e00  6d 70 24 70 61 74 68 7d  3e 09 28 72 65 6d 6f 76  |mp$path}>.(remov|
00006e10  65 20 69 6e 74 65 72 6e  61 6c 20 77 61 73 74 61  |e internal wasta|
00006e20  67 65 29 00 44 41 54 41  29 00 00 00 7b 24 74 6d  |ge).DATA)...{$tm|
00006e30  70 24 70 61 67 65 7d 0a  23 44 72 61 77 20 30 2c  |p$page}.#Draw 0,|
00006e40  30 20 7b 24 74 6d 70 24  70 61 67 65 7d 00 00 00  |0 {$tmp$page}...|
00006e50  44 41 54 41 38 01 00 00  41 64 64 72 65 73 73 0a  |DATA8...Address.|
00006e60  23 57 72 61 70 20 6f 66  66 0a 23 49 6e 64 65 6e  |#Wrap off.#Inden|
00006e70  74 3b 41 6c 69 67 6e 20  43 65 6e 74 72 65 0a 0a  |t;Align Centre..|
00006e80  3c 67 75 74 74 6f 72 6d  2e 76 69 6b 40 65 75 6e  |<guttorm.vik@eun|
00006e90  65 74 2e 6e 6f 3d 3e 23  75 72 6c 20 6d 61 69 6c  |et.no=>#url mail|
00006ea0  74 6f 3a 67 75 74 74 6f  72 6d 2e 76 69 6b 40 65  |to:guttorm.vik@e|
00006eb0  75 6e 65 74 2e 6e 6f 3e  0a 0a 0a 4c 6f 6f 6b 20  |unet.no>...Look |
00006ec0  66 6f 72 20 6e 65 77 20  76 65 72 73 69 6f 6e 73  |for new versions|
00006ed0  20 61 74 3a 0a 3c 68 74  74 70 3a 2f 2f 6c 6f 67  | at:.<http://log|
00006ee0  69 6e 2e 65 75 6e 65 74  2e 6e 6f 2f 7e 67 75 74  |in.eunet.no/~gut|
00006ef0  74 6f 72 76 69 2f 73 74  72 6f 6e 67 2e 68 74 6d  |torvi/strong.htm|
00006f00  6c 3d 3e 23 75 72 6c 3e  0a 0a 54 68 65 72 65 20  |l=>#url>..There |
00006f10  79 6f 75 27 6c 6c 20 61  6c 73 6f 20 66 69 6e 64  |you'll also find|
00006f20  0a 0a 23 41 6c 69 67 6e  0a 8f 20 53 74 72 6f 6e  |..#Align.. Stron|
00006f30  67 45 44 2c 20 74 68 65  20 74 65 78 74 20 65 64  |gED, the text ed|
00006f40  69 74 6f 72 0a 8f 20 53  74 72 6f 6e 67 48 65 6c  |itor.. StrongHel|
00006f50  70 20 6d 61 6e 75 61 6c  73 0a 8f 20 53 74 72 6f  |p manuals.. Stro|
00006f60  6e 67 4d 65 6e 2c 20 74  68 65 20 66 69 6c 65 20  |ngMen, the file |
00006f70  61 6e 64 20 55 52 4c 20  68 6f 74 6c 69 73 74 20  |and URL hotlist |
00006f80  6d 61 6e 61 67 65 72 0a                           |manager.|
00006f88