To replace newline and quotes with spaces just use translate(select, " '", " ");. Example: <?xml version="1.0" encoding="utf-8"?> ...
確定! 回上一頁