Previous Page | Next Page

DATA Step Graphics Interface Dictionary

TEXPATH



Specifies the direction of the text string
Operating States: GKOP, SGOP, WSAC, WSOP
Return Codes: 0, 8
Default Value: RIGHT

Syntax
Description
Argument Definitions
See Also

Syntax

return-code-variable=GSET('TEXPATH', path);


Description

The GSET('TEXPATH', . . . ) function selects a particular type of text path. Text path determines the direction in which the text string reads. TEXPATH Values illustrates the text paths that can be used with DSGI.

TEXPATH Values

[TEXPATH Values]


Argument Definitions

path

character string enclosed in quotation marks or character variable name; specifies the direction the text is read. Valid values:

  • DOWN

  • LEFT

  • RIGHT

  • UP.


See Also

TEXPATH

TEXT

TEXALIGN

TEXUP

Previous Page | Next Page | Top of Page