Previous Next Up Title Contents Index Functions Index Top Library

INQUIRE AXIS APPEND STRING

tinq_axis_append_string


CALL SEQUENCE

void tinq_axis_append_string (strid, flgstr, string)

INPUT PARAMETERS

Pint	strid;

OUTPUT PARAMETERS

Tvisibility_flag	*flgstr;
char	*string;

ARGUMENTS

strid
Identifier of the axis structure.
flgstr
Visibility status of the appended string:
string
String containing no more than 3 characters.

EFFECT

This function retrieves the string defined by string, concatenated after the last character of each graduation of the axis whose identifier is strid. These attributes can be set by tset_axis_append_string.


Previous Next Up Title Contents Index Functions Index Top Library