Change some aspects of the PRINT, PRINT EJECT, and WRITE
authorBen Pfaff <blp@gnu.org>
Sun, 29 Oct 2006 00:01:52 +0000 (00:01 +0000)
committerBen Pfaff <blp@gnu.org>
Sun, 29 Oct 2006 00:01:52 +0000 (00:01 +0000)
transformations to more closely match SPSS behavior:

- PRINT puts spaces between variables, unless a format is specified
explicitly.

- WRITE doesn't put space between variables.

- PRINT to an external file prefixes each line with a space.

- PRINT EJECT to an external file indicates a formfeed by a "1" in the
first column.

- WRITE writes out spaces for system-missing values, not a period.

- When no output is specified, an empty record is output.

Also, update documentation and tests to match this behavior.


No differences found