Chapter Contents |
Previous |
Next |
Text Entry: _getValue |
Syntax | |
Details | |
Example |
Syntax |
CALL NOTIFY (text-field-name, '_getValue', text-value); |
Argument | Type | Description |
---|---|---|
text-value |
N | returns the field's value |
Details |
_getValue is inherited from Widget. The potential for programming errors that exists with successive _setText and _getText statements also applies to _setValue and _getValue. For more information, see _getText in this class.
Example |
_getValue puts the value of the field TEXT1 into the numeric SCL variable NVAL:
call notify ('text1','_get_value_',nval);
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.