concatenat alphanumeric with time
concatenat alphanumeric with time
(OP)
Hi,
I need to concatenate 2 feilds of the following format;
DAYNAME/A9 AND NEWTIME1/HHI And result should be display as Mon 16:00/Tue 08:00/Mon 09:00 etc.
I need to concatenate 2 feilds of the following format;
DAYNAME/A9 AND NEWTIME1/HHI And result should be display as Mon 16:00/Tue 08:00/Mon 09:00 etc.
RE: concatenat alphanumeric with time
This can be done using the subroutine HCNVRT, like this:
CODE
Then, you can concatenate the result like any other alpha field.