Previous Page | Next Page

DATA Step Graphics Interface Dictionary

FILINDEX



Finds the bundle of fill area attributes that is active
Operating States: GKOP, SGOP, WSAC, WSOP
Return Codes: 0, 8

Syntax
Description
Argument Definitions
See Also

Syntax

CALL GASK('FILINDEX', index, return-code-variable);


Description

The GASK('FILINDEX', . . . ) routine asks which fill bundle is active. If no fill bundles have been previously defined with GSET('FILREP', . . . ) or activated with GSET('FILINDEX', . . . ), GASK('FILINDEX', . . . ) returns the default value, 1.


Argument Definitions

index

numeric variable name; returns the index of the fill bundle currently selected.

return-code-variable

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


See Also

FILREP

FILREP

FILINDEX

Previous Page | Next Page | Top of Page