Syntax
| Result = URLEncode(Url[, SpacePlus])
| ||||||
---|---|---|---|---|---|---|---|
Description
| Converts an html-link into in a valid escaped URL, optionally converting "+" and " " into valid characters.
| ||||||
See Also
| |||||||
Example
| Sub Main
Debug.Print Unique(“C:\”)
End Sub
|