home *** CD-ROM | disk | FTP | other *** search
- !SCRIPT QUIET
-
- !COMMENT Load print selection (NOTE contains concatenated fields)
- !SELECTION Fields
-
- !COMMENT Load print options file from PrintRes
- !PRINTOPTS Options
-
- !COMMENT Print all transition metals whose names don't end in "ium"
- !QUERY GP=T & NAME<>$IUM
-
- !COMMENT Clear selection
- !SELECTION
-
- !COMMENT Restore default options
- !PRINTOPTS
-
- !COMMENT End script (optional)
- !SCRIPT END
-
-