home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.os.ms-windows.apps:2216 comp.os.ms-windows.misc:2378
- Newsgroups: comp.os.ms-windows.apps,comp.os.ms-windows.misc
- Path: sparky!uunet!munnari.oz.au!metro!usage!raymond
- From: raymond@vast.unsw.edu.au (Raymond Leung)
- Subject: Help - WfW field code to include a line
- Message-ID: <1992Aug25.074720.12923@usage.csd.unsw.OZ.AU>
- Sender: news@usage.csd.unsw.OZ.AU
- Nntp-Posting-Host: pearl.vast.unsw.edu.au
- Organization: University of New South Wales, Kensington, Australia
- Date: Tue, 25 Aug 1992 07:47:20 GMT
- Lines: 20
-
- I want to be able to include a paragraph depending on the
- value of one of the field variable. I manage to use the {if}
- field code commands to do that but can't control that
- pargraph's format.
-
- I use the following field code commands (where <NL> is the paragraph mark):
-
- {set includeline "yes"}
- ....
- {if {ref includeline} = "yes" "Line to be included<NL>"}
-
-
- To be specific, I want the paragraph "Line to be included" to have 1 line
- spacing before the paragraph but it always give me no spacing before the
- paragraph.
-
- Is this the right way? Did I miss out something?
-
- Thanks,
- Raymond Leung
-