Hi,
I am ran into an issue where the space in the data point (data string) is not retain in the html.
I have try the following code. Try to do a replace but getting the error of "missing (after argument list). Please advise any other alternative work around to retain the space?
When you say “space”, do you mean you are trying to insert a new line character in between each part of the address?
If that’s the case, then you could use something like this:
Note that I don’t know what your ZipCode method does, but the replace() expression looks wrong to me since you’re not specifying anything to search for.