I wonder if it would be a good idea to allow strings to be shell
expanded.   For example, it would be convenient to be able to write:

GET FILE='$HOME/foo.sav'.

instead of 

GET FILE='/home/john/foo.sav'.


On the other hand, it makes it slightly incompatible.  Also strings
which represent data should probably not be expanded, which would mean
that somehow the syntax parser would have to be able to distinguish
between the two types of string.

Also, would there be any conflict between :

COMPUTE x = $CASENUM.

and

COMPUTE x = '$CASENUM'.


Just some thoughts ...

J'

-- 
PGP Public key ID: 1024D/2DE827B3 
fingerprint = 8797 A26D 0854 2EAB 0285  A290 8A67 719C 2DE8 27B3
See http://pgp.mit.edu or any PGP keyserver for public key.


Attachment: pgpwDLikdB0To.pgp
Description: PGP signature

_______________________________________________
pspp-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/pspp-dev

Reply via email to