On Jan 25, 2007 9:52 PM, Paul Rehill wrote: > Try removing the ",0" to see the line breaks. I think ",0" is used to > remove line wrapping in the encoded text. > > On 1/26/07, Emile SCHWARZ <[EMAIL PROTECTED]> wrote: > > Dim encodedText as String > > encodedText = EncodingBase64(utf8text, 0) > > > > What is EncodingBase64 ?
I think Emile was referring to the error on the function name - it's not "EncodingBase64" but "EncodeBase64". It would be great that Emile could start doing exactly what most of us do when finding a bug or error on documentation, and that is to submit to the RS feedback system. It would take even less time than sending an email to the list. Anyway, as I'm currently working on a project that also uses this function I also noticed this error and submitted a report to RS ;-) Carlos _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
