Re: How to work with In?
- To: mathgroup at smc.vnet.net
- Subject: [mg114040] Re: How to work with In?
- From: kj <no.email at please.post>
- Date: Mon, 22 Nov 2010 07:34:43 -0500 (EST)
- References: <ic5ibq$3vp$1@smc.vnet.net> <ic9lal$nrq$1@smc.vnet.net>
In <ic9lal$nrq$1 at smc.vnet.net> Simon <simonjtyler at gmail.com> writes: >You could use InString[] instead of In[]: >Table[ToExpression[InString[i], StandardForm, Hold], {i, 300, 375}] That's very cool. I didn't know about InString, nor appreciated the full functionality of ToExpression until seeing your solution. Thanks! ~kj