Previous Page
|
Next Page
CLIP
Finds whether clipping is on or off
Operating state:
GKOP, SGOP, WSAC, WSOP
Syntax
Details
Syntax
CALL GASK('CLIP',
status
);
Required Argument
status
numeric variable name; returns the current setting, 55 (ON) or 56 (OFF), for clipping.
See
Return Codes for DSGI Routines and Functions
.
Details
The GASK('CLIP', . . . ) routine checks whether clipping outside of viewports is enabled or disabled. One of the two following messages is displayed when this routine is called:
NOTE: Clipping is ON.
or
NOTE: Clipping is OFF.
Clipping is OFF by default.
Copyright © SAS Institute Inc. All rights reserved.
Previous Page
|
Next Page
|
Top of Page