Hi,
I am struggling to manipulate an address field to remove the country code, format lines breaks and add the country name.
The text I am using is in the format: "First Line / Second Line / Third Line / IE"
var vAddress;vAddress = addresstest.rawValue ;vAddress = vAddress.substring(0,vAddress.len...