MathGroup Archive 2013

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

Search the Archive

Splice fails (Mathematica 9; Windows)

  • To: mathgroup at smc.vnet.net
  • Subject: [mg129996] Splice fails (Mathematica 9; Windows)
  • From: Alan <alan.isaac at gmail.com>
  • Date: Sun, 3 Mar 2013 02:22:55 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Delivered-to: l-mathgroup@wolfram.com
  • Delivered-to: mathgroup-newout@smc.vnet.net
  • Delivered-to: mathgroup-newsend@smc.vnet.net

Clear[a, b, c]
a = b*c
file = "C:\\temp\\temp.mf";
Write[file, OutputForm["a = <* a *>"]];
Write[file, OutputForm["y = <* D[x^x,x] *>"]]
Close[file];
Splice[file];

produces as output

a = <* a *>
y = <* D[x^x,x] *>

Is Splice broken?

Thanks,
Alan Isaac



  • Prev by Date: Re: Conjugate
  • Next by Date: Re: Conjugate
  • Previous by thread: Re: Conjugate
  • Next by thread: Re: Splice fails (Mathematica 9; Windows)