Forum Post: RE: OpenEdge.Net - Possible bug?

  • Thread starter Thread starter tbergman
  • Start date Start date
Status
Not open for further replies.
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:Default) . MESSAGE Address VIEW-AS ALERT-BOX.

Continue reading...
 
Status
Not open for further replies.
Back
Top