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