GET DATA /TYPE=TXT: Also allow full format to be specified.
authorBen Pfaff <blp@cs.stanford.edu>
Wed, 15 Jun 2011 05:10:24 +0000 (22:10 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Wed, 15 Jun 2011 05:10:24 +0000 (22:10 -0700)
commite87acf42e694cfae68040f62342becc7be3909a7
tree41168a989e2d5a303c0ceed1b86736fcea86b10e
parenteb2a7912ebbb302b175650b5db83fb967388e1e6
GET DATA /TYPE=TXT: Also allow full format to be specified.

The implementation of fixed-format mode only allowed a format
type (e.g. DOLLAR) to be specified.  SPSS also allowed a full
format specification (e.g. DOLLAR12.2), so this implements that
feature.

Reported-by: Ronaldo Baltar <ronaldo.baltar@gmail.com>
doc/files.texi
src/language/data-io/get-data.c
tests/language/data-io/get-data-txt.at