MathGroup Archive 2013

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

Search the Archive

Re: text table

  • To: mathgroup at smc.vnet.net
  • Subject: [mg129614] Re: text table
  • From: Bob Hanlon <hanlonr357 at gmail.com>
  • Date: Wed, 30 Jan 2013 04:25:32 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Delivered-to: l-mathgroup@wolfram.com
  • Delivered-to: mathgroup-newout@smc.vnet.net
  • Delivered-to: mathgroup-newsend@smc.vnet.net
  • References: <20130129074318.4865F6750@smc.vnet.net>

Grid[
 Table[
  StringForm["Row = `1`\nColumn = `2`", r, c],
  {r, 5}, {c, 3}], Frame -> All]


Bob Hanlon


On Tue, Jan 29, 2013 at 2:43 AM, J and B <noslowski at comcast.net> wrote:
>
> I need to make a table, but one that uses text with in, not numbers.  How do
> I go about this?
>
>
>
> Thanks
>



  • References:
    • text table
      • From: "J and B" <noslowski@comcast.net>
  • Prev by Date: Re: Matrix elimination
  • Next by Date: Re: What the meant of the symbols # and & on the following example
  • Previous by thread: text table
  • Next by thread: Re: text table