home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.msdos.apps
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!caen!batcomputer!ghost.dsi.unimi.it!univ-lyon1.fr!chx400!news.unige.ch!ugsc2a!fisher
- From: fisher@sc2a.unige.ch
- Subject: Re: WordPerfect Problems
- Message-ID: <1992Nov23.110805.1@sc2a.unige.ch>
- Lines: 33
- Sender: usenet@news.unige.ch
- Organization: University of Geneva, Switzerland
- References: <1dojpuINNlag@manuel.anu.edu.au>
- Date: Mon, 23 Nov 1992 09:08:05 GMT
-
- In article <1dojpuINNlag@manuel.anu.edu.au>, cxd653@huxley.anu.edu.au (Chunping Ding) writes:
- > I am learning WordPerfect. Could someone please help me answering the
- > following questions?
-
- Try [F3], of course :)
-
- > 1. In the merge function, which keyboard character is used to
- > eliminate a blank line from being printed where the field is empty?
-
- The code {FIELD}3?~ will erase to end of line if field 3 is empty.
- For more complicated stuff, use:
-
- {IF NOT BLANK}3~This is field 3: {FIELD}3~
- {END IF}
-
- > 2. In a header/footer instruction, which is the command for automatic
- > page numbering?
-
- Ctrl-B, or Shift-[F8], 2, 6, 3 (i.e. "insert page number"). This works
- also in plain text (not only in headers/footers) ...
-
- > 3. What keystrokes can be used to prevent text becoming seperated as a
- > result of wordwrap?
-
- [Home], [Space] for non-breaking space
- [Home], [-] for "hard" hyphen
- [F1] when prompted for hyphenation for the "protect hyphenation" code
-
- > Thank you very much in advance.
-
- Good luck,
-
- Markus Fischer Dpt of Anthropology, Geneva CH fisher@sc2a.unige.ch
-