DecisionTable v1.03:

DecisionTable is a small tool for making decision tables (hence the name).
Decisiontables are used in the process of making and testing software: to get 
an overview of programmed decisions with corresponding actions. They're also 
used in digital electronics: to get an overview of input and output signals of 
an electronic circuit. 
DecisionTable is shareware. This is the unregistered version of DecisionTable, it
may be distributed freely. It cannot save. If you want to get a version that can 
save, you got to order DecisionTable. Go to DecisionTable - info in the
help-text for ordering info.


Installation:

DecisionTable runs on Windows 3.11, W95 and NT. Just copy all the files to an empty
directory and create an icon or shortcut to btwin.exe. You'll also need VBRUN300.DLL
to make this work.
You can also associate the extension .BT with btwin.exe so you can start DecisionTable
by double clicking on one of its example files.


About the examples:

article.bt:  example of a decision table telling what to do with an article from
             the sales-catalog.

car-ins.bt:  a decision table that rates clients of an insurance company 
             for a car insurance.

digicnt.bt:  example of a 7-segment decoder, decoding binary numbers to the
             well-known 7-segment display:
                       
               _A_          
             B|   |C       
              |_D_|         
             E|   |F       
              |_G_|         
                           
                          
digicntf.bt: part of digicnt.bt: when to turn on segment F.

helpvb.bt:   the example from the help-text.



Author: Hans Warmink, hw@betagraphics.nl