A cópia do código é a seguinte:
functionNew_str (str)
ifinstr (str, chr (34)) <> 0 e <> "" então
str_split = split (str, chr (34))
i = 1
str_s = ""
forj = 0toubund (str_split) -1
Ifimod2Then
str_s = str_s & str_split (j) & "" & str_split (j+1)
outro
str_s = str_s & str_split (j) & "" & str_split (j+1)
endif
i = i+1
próximo
Função final