Library /sys$common/syshlp/basichelp.hlb Graphics, LOCATE_VALUE *Conan The Librarian (sorry for the slow response - running on an old VAX) |
The LOCATE VALUE statement accepts a numeric value input by a user. Example DECLARE SINGLE limit1, limit2, your_number . . . LOCATE VALUE , RANGE limit1 TO limit2 & , INITIAL 2.5 & : your_number
Additional Information (explode) :
|