Previous Page | Next Page

DATA Step Graphics Interface Dictionary

LINTYPE



Finds the line type
Operating States: GKOP, SGOP, WSAC, WSOP
Return Codes: 0, 8

Syntax
Description
Argument Definitions
See Also

Syntax

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


Description

The GASK('LINTYPE', . . . ) routine returns the current line type. If no line type was previously selected with the GSET('LINTYPE', . . . ) function, GASK('LINTYPE', . . . ) returns the default value, 1.


Argument Definitions

type

numeric variable name; returns the index of the line type currently selected. Refer to Line Types for representations of the line types.

return-code-variable

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


See Also

LINTYPE

Previous Page | Next Page | Top of Page