next up previous
Next: Values from DBASE IV Up: INITIALIZATIONS Previous: Values to Functions Given

Values to Frequency Table Parameters

The definition of these tables is given in 2.7. To assign values to the parameters, after a heading TABLES, the following assignation have to be made:

<table name> := <initial value>, <number of intervals>, <wide of the interval>;

<table name> is a name declared as table in DECL.
<initial value> is a real value.
<number of intervals> is an integer value.
<wide of the interval> is a real value.

The system adds lower class for the values below <initial value> and an upper class for the values beyond the last class.

Examples:

     TABLES  TABTba := 0.0, 8, 5.0; TFrTemp := 32, 12, 5;
TABTba is a frequency table for values from 0 to 40 (8 intervals of wide 5).



domingo c
Mon Mar 20 11:16:38 PST 2000