I have a large dataset with many addresses (variable address, a string one) and I would like to add ", CHILE" and the end of each one.
Address example: CALLE CESAR MANZANO 175.
I have tried to use (it doesn't work, I'm new using this command):
Code:
replace address = subinstr(address, "`x'", ", CHILE",1)
Daniel.
0 Response to How to modify the end of a string variable
Post a Comment