TABLES= output tables

Top Up Down  A A

For more flexibility, use the Output Tables pull-down menu.

 

Tables= causes the specified Tables to be written into the report output file. It is has no effect on the pull-down menus.

 

A character string that tells WINSTEPS which output tables to prepare for printing. The sequence number of the "1" or "0" in the TABLES= string matches the table number. For more elaborate table selection, use TFILE=.

 

"1" means prepare the corresponding table.

"0" or anything else means do not prepare the corresponding table.

 

Example 1: You want only Tables 2,4,6,8,10 and 20 to be prepared

  TABLES=010101010100000000001000

 

This is the same as specifying:

TFILE=*

2

4

6

8

10

20

*

 

Example 2: You want only Tables 1-4.

  TABLES=1111

 

Example 3. To save all the tables at one time, here are two ways to do this:

 

A. Temporary way:

 

1. In your Winsteps control file, include the line:

TABLES=1111111111111111111111111111111111111111

 

2. When you launch Winsteps, press Enter to the "Report Output File name" option. (A temporary report output file will be produced.)

 

3. Press Enter to "Extra Specifications"

 

4. Winsteps will run and write all the tables to the temporary report output file.

 

5. Click on "Edit" menu

Click on "Report output file"

 

6. A file containing all the tables displays.

 

7. "Save As" to make this a permanent file.

 

B. Permanent way:

 

1. In your Winsteps control file, include the line:

TABLES=1111111111111111111111111111111111111111

 

2. When you launch Winsteps, press enter a file name at the "Report Output File name" option. (Press Ctrl+O if you want a file dialog box)

 

3. Press Enter to "Extra Specifications"

 

4. Winsteps will run and write all the tables to the temporary report output file.

 

5. Click on "Edit" menu

Click on "Report output file"

 

6. The permanent file containing all the tables displays.