Re: How to work with In?
- To: mathgroup at smc.vnet.net
- Subject: [mg114031] Re: How to work with In?
- From: kj <no.email at please.post>
- Date: Sat, 20 Nov 2010 18:28:15 -0500 (EST)
- References: <ic5ibq$3vp$1@smc.vnet.net> <ic8ahe$86e$1@smc.vnet.net>
In <ic8ahe$86e$1 at smc.vnet.net> Albert Retey <awnl at gmx-topmail.de> writes:
>one possibility:
>Table[With[{i = i}, Hold[In[i]]], {i, 300, 375}] /. DownValues[In]
Awesome! That did the job.
DownValues (and, especially, UpValues) are an enduring mystery to
me, despite many readings of Mathematica's documentation on them.
But this is a great use for DownValues, whatever they are!
Thanks!
~kj