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