Returns the name of a chart, as it appears in the graphic editor where the specified element is located.
stm_r_displayed_name (id, status)
Function type:
STRING
●
●
●
●
●
●
●
●
To retrieve the name of the chart as it appears in the title bar of the graphic editor (for example,FUNC PROC EXAMPLE
) and write it to the document, use the following statements:VARIABLE
STATE state_id;
INTEGER status;
.
.
.
state_id := stm_r_st (’S1.S3’, status);
WRITE (stm_r_st_displayed_name (state_id, status));
.
.
.If this function does not meet your needs, there are two othername
functions that return different values:
●
●