Chapter Contents |
Previous |
Next |
Text Entry: _setColorName |
Syntax | |
Examples |
Syntax |
CALL NOTIFY (text-field-name, '_setColorName', color, <attribute<, start-column, length>>); |
Argument | Type | Description |
---|---|---|
color |
C | assigns the name of a color. |
attribute |
C | assigns the name of a display attribute. |
start-column |
N | specifies the column number where the changes start |
length |
N | specifies the number of columns to be affected by the changes |
Examples |
call notify ('text1','_set_color_name_', 'blue');
call notify ('text1','_set_color_name_',' ','reverse');
call notify ('text1','_set_color_name_', 'green','',4,5);
call notify ('text1','_set_color_name_', 'red','reverse',1,4);
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.