Previous Page | Next Page

DATA Step Graphics Interface Dictionary

MARTYPE



Finds the kind of markers
Operating States: GKOP, SGOP, WSAC, WSOP
Return Codes: 0, 8

Syntax
Description
Argument Definitions
See Also

Syntax

CALL GASK('MARTYPE', type, return-code-variable);


Description

The GASK('MARTYPE', . . . ) routine returns the current marker type. If no marker type has been previously selected with the GSET('MARTYPE', . . . ) function, GASK('MARTYPE', . . . ) returns the default value, 1.


Argument Definitions

type

numeric variable name; returns the index of the marker type currently selected. See the function MARTYPE for an explanation of the indexes for markers.

return-code-variable

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


See Also

MARTYPE

Previous Page | Next Page | Top of Page