Re: protect our programs from others [message #61600] |
Tue, 22 July 2008 12:14  |
Vince Hradil
Messages: 574 Registered: December 1999
|
Senior Member |
|
|
On Jul 22, 1:15 pm, d.po...@gmail.com wrote:
> Folks
> How we can protect our programs from others to prevent editing … . In
> MATLAB there is a *.p extension to do this. How we can do this in IDL
> (means for **pro files)
> Cheers
> Dave
You can create a .SAV file and distribute that.
Look at SAVE, /routines, file='filename.sav' in the help.
|
|
|
Re: protect our programs from others [message #61680 is a reply to message #61600] |
Mon, 28 July 2008 10:27  |
d.poreh
Messages: 406 Registered: October 2007
|
Senior Member |
|
|
On Jul 22, 9:14 pm, Vince Hradil <hrad...@yahoo.com> wrote:
> On Jul 22, 1:15 pm, d.po...@gmail.com wrote:
>
>> Folks
>> How we can protect our programs from others to prevent editing … . In
>> MATLAB there is a *.p extension to do this. How we can do this in IDL
>> (means for **pro files)
>> Cheers
>> Dave
>
> You can create a .SAV file and distribute that.
>
> Look at SAVE, /routines, file='filename.sav' in the help.
thanks Vince
Cheers
Dave
|
|
|