4 lines
85 B
Text
4 lines
85 B
Text
|
|
Dim URL As String = "http://foo bar/"
|
||
|
|
URL = EncodeURLComponent(URL)
|
||
|
|
Print(URL)
|