Re: notebook expression by Email
- To: mathgroup at smc.vnet.net
- Subject: [mg18495] Re: notebook expression by Email
- From: Jean-Marie Thomas <jmt at agat.net>
- Date: Wed, 7 Jul 1999 23:08:49 -0400
- Sender: owner-wri-mathgroup at wolfram.com
Use the menu command "Edit/Copy as" that fits your needs. Hope this helps, jmt On Wed, 07 Jul 1999, Arnold.Blaisonneau wrote: > Hi, > I'd like to send notebook expression by Email but when I copy this > notebook expression in the message undesirable characters appears; for > example: > > \!\(calculcoef[aa_, > bb_] := \n\t\(\(Module\)\([\)\({z1, z2, spol}, \n\t\tspol = > aa + I\ bb; \n\t\tz1[0] = Abs[spol]; > z1[1] = Arg[spol]; \n\t\txx0 = \ at \(z1[0]/DT\); > yy0 = z1[1]/2; \n\t\tz1[0] = xx0*ri; z1[1] = > yy0;\)\)\)............. > > instead of > > calculcoef[aa_, bb_] := Module[{z1, z2, spol}, spol = aa + I bb; z1[0] > = Abs[spol]; > z1[1] = Arg[spol]; xx0 = z1[0]/DT; > yy0 = z1[1]/2; z1[0] = xx0*ri; z1[1] = yy0;..................... > > I think it's a problem of format but Idon't know how to do! > If anyone could help me; > Thanks