Hi,
I have a run time array DEPTARR which has some departments into it.
I need to build a stirng containing these departments as running text.The message legth is 128 Chars.
The array will have values like:
234
345
357
678
I need to have message string built like
Message ='Following Departments 234,345,357 678 are not in department file'.
Any suggestions?
BTW I am using free format.
Thanks in advance for help.
I have a run time array DEPTARR which has some departments into it.
I need to build a stirng containing these departments as running text.The message legth is 128 Chars.
The array will have values like:
234
345
357
678
I need to have message string built like
Message ='Following Departments 234,345,357 678 are not in department file'.
Any suggestions?
BTW I am using free format.
Thanks in advance for help.
Comment