home *** CD-ROM | disk | FTP | other *** search
/ Shareware 1 2 the Maxx / sw_1.zip / sw_1 / TEXT / TM12_TIP.ZIP / 542.TXT < prev    next >
Text File  |  1991-12-18  |  1KB  |  31 lines

  1. Q:  How can I use [stdadr-] with labels to surpress the printing of a
  2.     blank ad2 line?
  3.  
  4.  
  5.     [11.2 and PRIOR versions]
  6.  
  7. A:  There is enough room to embed an immediate IF statement which will  ì
  8. effectively compensate for a possibly blank ad2 line and preserve theì
  9. mandatory fixed form length. Example:
  10.  
  11.     \/[stdadr-]
  12.     \/[&IIF(ad2=' ',crlf+crlf,crlf)]
  13.  
  14.     This will embed an additional cr/lf sequence to compensate for a 
  15.     stdadr block which contains a blank ad2 field.  If ad2 not contains
  16.     .blank then only print 1 cr/lf else print 2 cr/lf's.  This will save
  17.     your labels from getting 'all spaced out'.
  18.  
  19.  
  20.     [Version V12.1]
  21.  
  22. A:  In both STDADR and STDADR-, AD2 is suppressed if it is blank.  Theì
  23. difference between the two is that STDADR- is a variable length dependingì
  24. on what is in your address and STDADR is a fixed length (7 lines if theì
  25. Country Field is blank and 6 lines if it isn't). 
  26.  
  27. (end 542)
  28. new 06/18/91 drm
  29. NEW 10-08-91 MLM
  30. indexed on stdadr/labels
  31.