DCL:GRPH2:UEPACK: Tone Fill Routines: Explanation of Subroutines
Sets the value of the tone level used by UETONE by the minimum & maximum values and step size, or by the number of levels.
CALL UEGTLA(XMIN,XMAX,DX)
XMIN, XMAX (R) The minimum and maximum values of the tone levels. The levels do not necessarily need to have conveniently rounded numbers. DX (R) When DX<0, uses DX as the step size. When DX=0, inquires 'NLEV' and generates approximately NLEV tone levels. When DX>0, generates approximately INT(ABS(DX)) tone levels.