Chapter Contents |
Previous |
Next |
Slider: _getMin |
Syntax | |
Example |
Syntax |
CALL NOTIFY (slider-name, '_getMin', min-val); |
Argument | Type | Description |
---|---|---|
min-val |
N | returns the minimum value in the slider's range |
Example |
The following example, which combines a critical success factor and a slider to produce a dynamically changeable CSF display, restricts the minimum value of the CSF to the minimum value in the slider's range:
INIT: call notify('slider1','_get_min_',csf); slider1=csf; return; SLIDER1: csf=slider1; return;
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.