T
tbergman
Guest
Hi Peter, Thanks, that does make the method work without the error message. It still has a bug. Passing a string with more than 3 words, results in the last space not being encoded. The result from “14 Oak Bedford ma” is “14%20Oak%20Bedford ma”. Thanks, Tom USING OpenEdge.Net.*. def var address as char. Address = "14 Oak Bedford ma". Address = URI:Encode(Address, UriEncodingTypeEnum
efault) . MESSAGE Address VIEW-AS ALERT-BOX.
Continue reading...

Continue reading...