Re: Basic crypted code source

2016-12-05 Thread Arnaud Versini
Hello Michael, Thank you for the answer, Le 05/12/2016 à 13:00, Michael Stahl a écrit : On 12/05/2016 10:56 AM, Arnaud Versini wrote: Does anyone know how to create a macro crypted on LibreOffice Basic ? This "functionnality" seems to save the internal bytecode in the document, removing this c

Re: Basic crypted code source

2016-12-05 Thread Michael Stahl
On 12/05/2016 10:56 AM, Arnaud Versini wrote: > Does anyone know how to create a macro crypted on LibreOffice Basic ? > This "functionnality" seems to save the internal bytecode in the > document, removing this could be useful to cleanup Basic code > interpreter, if not needed anymore. i think

Basic crypted code source

2016-12-05 Thread Arnaud Versini
Hello everyone, Does anyone know how to create a macro crypted on LibreOffice Basic ? This "functionnality" seems to save the internal bytecode in the document, removing this could be useful to cleanup Basic code interpreter, if not needed anymore. Thanks in advance