Note: This function is relevant only for charts that were explicitly created using one of the graphic editors.
Input/Outputstm_id chart_id;
int status;
.
.
.
chart_id = stm_r_ch ("TOP", &status);
printf ("\n Chart created by: %s",
stm_r_ch_creator (chart_id, &status));
.
.
.
The name output is the name of the user who created the chart namedTOP
.