|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
Encode
Encode["source", "dest"]
writes an encoded version of the file source to the file dest.
<<dest
decodes the file before reading its contents.
Details and OptionsDetails and Options
- Encoded files contain only printable ASCII characters. They begin with a special sequence that is recognized by Get.
- On certain computer systems Encode["source", "dest", MachineID->"ID"] can be used to generate an encoded file that can be read only on a computer with a particular $MachineID.
- No function is provided in Mathematica to convert encoded files back to their original form.
ExamplesExamplesopen allclose all
Basic Examples (1)Basic Examples (1)
New in 2
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
