CL3.8.1P
HP-UX 11.x
I am using the concat option within my xlate to copy a few fields into one and when I echo $xlateInVals it looks like the following:
{L A C} {NDS Corp} {30 Campion Rd} {} Utica NY 134920030
When I look at the outbound message the field looks like:
L A CNDS Corp30 Campion RdUticaNY134920030
I need to seperate each element in the list with a ^ so that is look like:
L A C^NDS Corp^30 Campion Rd^Utica^NY^134920030
I tried using the regsub command with no luck, any help would be greatly appreciated!
Thanks in advance!
Mike