MathGroup Archive 2012

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

Search the Archive

Encode and Get

  • To: mathgroup at smc.vnet.net
  • Subject: [mg126127] Encode and Get
  • From: "Michael B. Heaney" <mheaney at alum.mit.edu>
  • Date: Fri, 20 Apr 2012 07:43:14 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com

hi,

i wrote a notebook, and then encoded it using

Encode["plaintext.nb", "codetext.nb", "password"].

i then tried decoding it using

Get["codetext.nb", "password"].

The decoded notebook does not look like the original notebook, and will no
longer run.

what is wrong?

thanks,

Michael



  • Prev by Date: Re: convolution involving UnitStep
  • Next by Date: How to change graph options?
  • Previous by thread: numerical solution to a set of equations with hypergeometric function
  • Next by thread: Re: Encode and Get