Hi Emile Try removing the ",0" to see the line breaks. I think ",0" is used to remove line wrapping in the encoded text.
Regards Paul Rehill mathsteacher.com.au RB2007R1 Windows and Mac Plugins used: MBS RealBasic resources: RB Developer On 1/26/07, Emile SCHWARZ <[EMAIL PROTECTED]> wrote:
Language Reference (html) REALbasic 2007r1 Mac OS X 10.4.8 OTHER PLATFORMS: NOT CHECKED EncodeBase64 Function <quote> Example The following example encodes UTF-8 text for transmission without line breaks. Dim encodedText as String encodedText = EncodingBase64(utf8text, 0) </quote> What is EncodingBase64 ? HTH, Emile
_______________________________________________ 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>
