Labels No Squeeze
Syntax
Labels no Squeeze
Parameters
None.
Description
Formats output similar to Labels (suppresses headers, uses Line Feed for line breaks) but does not automatically remove trailing blanks or insert single spaces between fields on the same line. Fields maintain their standard column alignment.
Remarks
This is useful for creating label-like output where precise column alignment is needed, such as printing formatted results onto labels. If specific fields need to be squeezed together, the Squeeze command can still be used after the relevant Field command.
Examples
Labels no Squeeze
Field FIRST NAME
Squeeze
Field LAST NAME
Line Feed
Field ADDRESS
Line Feed
Field CITY
Squeeze
Field STATE
Squeeze
Field ZIP
Line Feed 3