Chapter Contents

Previous

Next
FILTYPE

FILTYPE



Finds the type of the interior of the fill area

Operating States: GKOP, SGOP, WSAC, WSOP
Return Codes: 0, 8


Syntax
Description
Argument Definitions
See Also


Syntax

CALL GASK('FILTYPE', interior, return-code-variable);


Description

The GASK('FILTYPE', . . . ) routine returns the current fill type. If no fill type has been previously selected with the GSET('FILTYPE', . . . ) function, GASK('FILTYPE', . . . ) returns the default value, HOLLOW.


Argument Definitions

interior character variable name; returns the fill type that is active, that is, one of the following values:

  • HATCH

  • HOLLOW

  • PATTERN

  • SOLID.

return-code-variable numeric variable name; returns the return code of the routine call.

See Also

GASK('FILSTYLE', . . . ) routine
GSET('FILTYPE', . . . ) function


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.