MathGroup Archive 2010

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

Search the Archive

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


  • Prev by Date: Loading portion of large HDF5 array?
  • Next by Date: Re: Spreadsheet Functionality in V8?
  • Previous by thread: Re: How to work with In?
  • Next by thread: Re: How to work with In?