David Torre There is no RBase Equivalent, BUT I have included in the WinUDF Toolbox at my website, a Javascript callable from WinUDF that will EnCode / DeCode a string using all three methods of Encoding/Decoding. There is an RBase command file for example code and both the Rbase and Javascript file are documented. The limitation is that WinUDF doesn't allow for a string of great length to be passed. There is an easy workaround to that issue, but everything should be fine the way it is. If the length becomes an issue, let me know and I can do it slightly different than the way I did it.
----- Original Message ----- From: "David Torre" <[EMAIL PROTECTED]> To: "RBASE-L Mailing List" <[EMAIL PROTECTED]> Sent: Monday, March 10, 2003 8:50 PM Subject: [RBASE-L] - Is there a function in RBASE like URLENCODE in Tango? > Tango has this handy function: URLENCODE. It takes a text string and makes > it URL friendly. For example, the string "New Order.=tribute=" will be > converted to "NEW%20ORDER%2E%3DTRIBUTE%3D." > > I really need a function like this in R:Base. Is it available in > R:Base? If not, has someone coded something that has the same effect? > > Any help would be appreciated. > > -David Torre > Songsearch > >

