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
- References:
- Assignment problem
- From: Marco Gabiccini <m.gabiccini@ing.unipi.it>
- Assignment problem