Alternative output formats

!TXTFORM, !PVSFORM, !TABFORM, !SLNFORM, !YHTFORM

The format of the .pvs, .tab, .sln and .yht files can be modified either individually of as a group with !TXTFORM.

!TXTFORM [ n ] sets the default argument for !PVSFORM, !SLNFORM, !TABFORM and !YHTFORM if these are not explicitly set.
     !TXTFORM [ 1 ]   replaces multiple spaces with TAB and changes the file extension to, say, sn.txt. This makes it easier to load the solutions into Excel.
     !TXTFORM 2 replaces multiple spaces with COMMA and changes the file extension to, say, sn.csv. However, since factor labels sometimes contain COMMAS, form is not so convenient.
     !TXTFORM 3 replaces multiple spaces with Ampersand, a double backslash to each line and changes the file extension to say sn.tex (Latex style). significant digits are reported with these formats.
the qualifier means the standard fixed field format is used.
For .yht and .sln files, setting n to -1 means the file is not formed.

Use !PVSFORM n to set the filetype for the .pvs file.

Use !TABFORM n to set the filetype for the .tab file.

Use !SLNFORM n to set the filetype for the .sln file.

Use !YHTFORM n to set the filetype for the .yht file.

Return to start