MathGroup Archive 2008

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

Search the Archive

Re: Assignment problem

  • To: mathgroup at smc.vnet.net
  • Subject: [mg86262] Re: [mg86219] Assignment problem
  • From: Marco Gabiccini <m.gabiccini at ing.unipi.it>
  • Date: Fri, 7 Mar 2008 02:27:33 -0500 (EST)
  • References: <200803060758.CAA29197@smc.vnet.net>

Thanks for the precious hint!

Marco

At 12.49 06/03/2008, Bob Hanlon wrote:
>ToExpression["q" <> ToString[#] <> "=0" & /@ Range[10]];
>
>Names["q*"]
>
>{q1,q10,q2,q3,q4,q5,q6,q7,q8,q9}
>
>Verifying that they are all zero
>
>ToExpression[%]
>
>{0,0,0,0,0,0,0,0,0,0}
>
>
>Bob Hanlon



  • Prev by Date: LaplaceTransform bug?
  • Next by Date: Re: Apply function to parts of a list
  • Previous by thread: Assignment problem
  • Next by thread: Re: Assignment problem