Previous Page | Next Page

DATA Step Graphics Interface Dictionary

PATREP



Finds the pattern name assigned to a style index
Operating States: GKOP, SGOP, WSAC, WSOP
Return Codes: 0, 8. 79

Syntax
Description
Argument Definitions
See Also

Syntax

CALL GASK('PATREP', index, pattern-name, hatch-name, return-code-variable);


Description

The GASK('PATREP', . . . ) routine returns the pattern name assigned to a style index.


Argument Definitions

index

numeric variable name; returns the index of the pattern currently selected.

pattern-name

character variable name; returns the name of the pattern at the specified index.

hatch-name

character variable name; returns the name of the hatch at the specified index.

return-code-variable

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


See Also

PATREP

Previous Page | Next Page | Top of Page