Re: Using Different Kinds of Characters With Do?
- To: mathgroup at smc.vnet.net
- Subject: [mg27215] Re: [mg27200] Using Different Kinds of Characters With Do?
- From: Matt.Johnson at autolivasp.com
- Date: Mon, 12 Feb 2001 03:20:54 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
How about: Table[StringForm["``/``", a, b], {a, 0, 9}, {b, 0, 9}] -matt "hoffmann" <hoffmann at casema.net> on 02/09/2001 01:10:49 AM cc: Subject: [mg27215] [mg27200] Using Different Kinds of Characters With Do? Does anyone know of a way of getting characters like "/" into a command like Do[Print[a, b], {a, 0, 9}, {b, 0, 9}] treating it as it would treat any digit. And if there is no way in the world it could be done, is there a different way of getting similar results? I would be very gratefull if someone could help me... M. Hoffmann