Arnaud Nicolet <[EMAIL PROTECTED]> wrote: > Indeed. But, by scattering every character and knowing in which order > to read them, someone can't understand the correct order, right?
Well, the source code will not contain the text, but a lot of random binary values. > > Ok, once RB optimizes my chr() calls, it will again place "ABC" in the > > application, but currently it is not optimized this way. > > The compiler doesn't have to act so, no? > (or do I simply not understood what you mean?) A good compiler will replace chr(65) in the source code with "A" and also replace string concats like "A"+"B" with "AB" Gruß Christian -- Around eleven thousand functions in one REALbasic plug-in. The Monkeybread Software Realbasic Plugin v6.2. <http://www.monkeybreadsoftware.de/realbasic/plugins.shtml> _______________________________________________ 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>
