home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / mswindo / apps / 2216 < prev    next >
Encoding:
Internet Message Format  |  1992-09-01  |  1.1 KB

  1. Xref: sparky comp.os.ms-windows.apps:2216 comp.os.ms-windows.misc:2378
  2. Newsgroups: comp.os.ms-windows.apps,comp.os.ms-windows.misc
  3. Path: sparky!uunet!munnari.oz.au!metro!usage!raymond
  4. From: raymond@vast.unsw.edu.au (Raymond Leung)
  5. Subject: Help - WfW field code to include a line
  6. Message-ID: <1992Aug25.074720.12923@usage.csd.unsw.OZ.AU>
  7. Sender: news@usage.csd.unsw.OZ.AU
  8. Nntp-Posting-Host: pearl.vast.unsw.edu.au
  9. Organization: University of New South Wales, Kensington, Australia
  10. Date: Tue, 25 Aug 1992 07:47:20 GMT
  11. Lines: 20
  12.  
  13. I want to be able to include a paragraph depending on the
  14. value of one of the field variable. I manage to use the {if}
  15. field code commands to do that but can't control that
  16. pargraph's format.
  17.  
  18. I use the following field code commands (where <NL> is the paragraph mark):
  19.  
  20. {set includeline "yes"}
  21. ....
  22. {if {ref includeline} = "yes" "Line to be included<NL>"}
  23.  
  24.  
  25. To be specific, I want the paragraph "Line to be included" to have 1 line
  26. spacing before the paragraph but it always give me no spacing before the
  27. paragraph.
  28.  
  29. Is this the right way? Did I miss out something?
  30.  
  31. Thanks,
  32. Raymond Leung
  33.