Example: nca_edit_set

In the following example, the nca_edit_set function inserts a line of text into several edit boxes: Header Name, Description, Control Total, and Line Number.

nca_button_press("GLXJEENT.FOLDER_QF.NEW_HEADER.0");
nca_edit_set("GLXJEENT.HEADER.NAME.0", "Managers San Jose");
nca_edit_set("GLXJEENT.HEADER.DESCRIPTION.0", "San Jose Managers Guide");
nca_edit_set("GLXJEENT.HEADER.CONTROL_TOTAL.0", "45678");
nca_edit_set("GLXJEENT.LINES.JE_LINE_NUM.0", "1");