Previous Page | Next Page

DATA Step Graphics Interface Dictionary

HTML



Finds the HTML string that is in effect when one of the following graphic elements is drawn: bar, ellipse, fill, mark, pie, and text.
Operating States: GKOP, SGOP, WSAC, WSOP
Return Codes: 0, 8

Syntax
Description
Argument Definitions
See Also

Syntax

CALL GASK('HTML', string, return-code-variable);


Description

The GASK('HTML', . . . ) routine returns the current HTML string. If a GSET('HTML', . . . ) function has not been previously submitted, GASK('HTML', . . . ) returns the default value, null.


Argument Definitions

string

the HTML string invoked when an affected DSGI graphic element in a web page is clicked.

return-code-variable

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


See Also

BAR

ELLIPSE

FILL

MARK

PIE

TEXT

HTML

Previous Page | Next Page | Top of Page