Previous Page | Next Page

DATA Step Graphics Interface Dictionary

MARINDEX



Finds the index of the bundle of marker attributes currently selected
Operating States: GKOP, SGOP, WSAC, WSOP
Return Codes: 0, 8

Syntax
Description
Argument Definitions
See Also

Syntax

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


Description

The GASK('MARINDEX', . . . ) routine returns the current marker bundle. If no marker bundles have been previously defined with GSET('MARREP', . . . ) or activated with GSET('MARINDEX', . . . ), GASK('MARINDEX', . . . ) returns the default value, 1.


Argument Definitions

index

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

return-code-variable

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


See Also

MARREP

MARINDEX

MARREP

Previous Page | Next Page | Top of Page