MathGroup Archive 2004

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

Search the Archive

Pad a sign - and + to a list of lists

  • To: mathgroup at smc.vnet.net
  • Subject: [mg49728] Pad a sign - and + to a list of lists
  • From: sean_incali at yahoo.com (sean kim)
  • Date: Thu, 29 Jul 2004 07:45:30 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

consider a list of lists 

{
{{1, 1}}, {{1, 2}}, {{1, 3}}, 
{{2, 1}}, {{2, 2}}, {{2, 3}}, 
{{3, 1}}, {{3, 2}}, {{3, 3}}
}

Now pad a string or letter to the end of the each list within the list
so u get...

{{1, 1},string}, {{1, 2}, string}, {{1, 3}, string}

 or sign

{{1, 1},-}, {{1, 2},-}, {{1, 3},-}

thanks in advance 

sean


  • Prev by Date: time delays
  • Next by Date: how to know where the error is from
  • Previous by thread: Re: time delays
  • Next by thread: Re: Pad a sign - and + to a list of lists