Re: Convert to lower Mathematica version
- To: mathgroup at smc.vnet.net
- Subject: [mg108664] Re: Convert to lower Mathematica version
- From: dr DanW <dmaxwarren at gmail.com>
- Date: Fri, 26 Mar 2010 05:38:08 -0500 (EST)
- References: <hofa31$4i9$1@smc.vnet.net>
If you Save As... Mathematica Package (*.m) you will get an ASCII text file that should be open-able in 4.1, although you will loose a lot of Notebook formatting (all non-evaluatable cells will be (* comments *) ). Your friend will have to hunt down syntax changes and re-code newer functions to their older equivalents if possible. I am not sure how 4.1 will handle the Unicode characters (like \[Alpha]), so there may still be some work there. At least this will let him open the file, though. Daniel