But during a debugging of WebPageContents(), there's an error which I believe is due to an interpretation of the escape sequence \".
The title of the error popup is in spanish, and is only partial. The partial string is 'Seleccione...'.
The line that generates the error is
- Code: Select all Expand view
- if Lower( Left( cUrl, 7 ) ) == "http://" .or. Lower( Left( cUrl, 8 ) ) == "https://"