MathGroup Archive 2008

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Encode, Get ...

  • To: mathgroup at smc.vnet.net
  • Subject: [mg94647] Re: Encode, Get ...
  • From: dh <dh at metrohm.com>
  • Date: Fri, 19 Dec 2008 07:21:45 -0500 (EST)
  • References: <gianu4$8fq$1@smc.vnet.net>


Hi Ignacio,

Get is used to read in mathematica code. Obviously, a "*.bmp" file does 

not contain  such code. Have a look at "Import".

hope this helps, Daniel



Ignacio Plazeta wrote:

>   Dear MathFriends

> 

> Surely I have miss out something; the following code

> 

>    SetDirectory[NotebookDirectory[]];

>    myKey = "xyz";

>    showFile = "1.bmp";

>    hiddenFile = "2.bmp";

>    Encode[showFile, hiddenFile, myKey]

>    Get[hiddenFile, myKey]

> 

> dosn't work the way I expected and returns, in the

> pink "Messages" windows:

> 

>     Syntax::sntxi: Incomplete expression; more input is needed.

>    (line 1 of "2.bmp")

> 

> Please, can you point the issue ?

> Thanks !!

> 

> Best regards.

> 

> Ignacio

> 




  • Prev by Date: Re: Solve vs Reduce
  • Next by Date: Debugging Mathematica
  • Previous by thread: Re: Encode, Get ...
  • Next by thread: Re: Encode, Get ...