DATA Step Graphics Interface Dictionary |
Operating States: | GKOP, SGOP, WSAC, WSOP |
Return Codes: | 0, 8 |
Syntax | |
Description | |
Argument Definitions | |
See Also |
Syntax |
CALL GASK('TEXCOLOR', color-index, return-code-variable);
Description |
The GASK('TEXCOLOR', . . . ) routine returns the current text color. If a GSET('TEXCOLOR', . . . ) function has not been previously submitted, GASK('TEXCOLOR', . . . ) returns the default value, 1. The color index returned corresponds to a color specification in the following order:
Argument Definitions |
color-index |
numeric variable name; returns the color index of the color used to draw text. |
return-code-variable |
numeric variable name; returns the return code of the routine call. |
See Also |
COLORS= graphics option (see COLORS) | |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.