Note: This function is relevant only for charts that were explicitly defined using one of the graphics editors.
Input/Outputstm_id chart_id;
int status;
.
.
chart_id = stm_r_ch ("TOP", &status);
printf ("\n Chart modified on: %s",
stm_r_ch_modification_date (chart_id, &status));
.
.
The date output is the date on which the chart namedTOP
was last modified.