FromUrl$
Since 3.7
Url = FromUrl ( EncodedUrl )
Url = FromUrl$ ( EncodedUrl )
Decode an encoded URL.
Since 3.19
The query string of an URL allows to encode a space with the
+
character, but not the request part.
Consequently, since Gambas 3.19, FromURL() does not decode
+
into a space anymore before having encountered the
?
query delimiter character.
See also