Summary
Put a comma between city and state
Content
Hi,
I have a RTF template.
Field contains 3 data:
- City Name (variable length)
- State Initials (fixed 2 Chars)
- Zip Code (variable from 5 to 10 chars)
I need to place a comma between city name and state
Example:
Source:
<Address_ID30>Vegas NV 0000</Address_ID30>
Result:
Vegas, NV 0000
Any help will be appreciated.
Regards,