Note: This function is relevant only for charts that were explicitly defined using one of the graphic editors.
VARIABLE
CHART chart_id;
INTEGER status;
.
.
.
chart_id := stm_r_ch (’TOP’, status);
WRITE (’\n Chart created on:’,
stm_r_ch_creation_date (chart_id, status));
.
.
.