APPENDIX III
Array definitions used in the code listed in Appendices I & II (this code would appear in the INIT section of the SCL program)
array tmpl{*} tmp1-tmp28;
array comments{*} $8 com1-com28 (
'SRCECOMM', 'MONCOMM', 'TSKCOMM', 'CATCOMM',
'EXPCOMM', 'TWACOMM', 'YEARCOMM', 'RDCTCOMM',
'_L_SRC1', '_L_SRC2', '_L_SRC3', '_L_SRC4',
'_L_SRC5', '_L_SRC6', '_L_SRC7', '_L_SRC8', '_L_SRC9', '_L_SRC10',
'_U_SRC1', '_U_SRC2', '_U_SRC3', '_U_SRC4',
'_U_SRC5', '_U_SRC6', '_U_SRC7', '_U_SRC8', '_U_SRC9', '_U_SRC10');
* The names listed in the 'Comments' array are the widget names for each of the comment fields.