DataValue |
Top Previous Next |
datavalue($p[ref])
Finds the data value of a frequency pair. It is normally used with data parameters.
For example if you have created the following data parameter.
$f=data(10:2,11:5,12:4,13,14:2,15:2)
You can access the data value of one of the data points.
datavalue($f[3]) will return 12 |