MathGroup Archive 2007

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

Search the Archive

Re: making mutliple list in one line

  • To: mathgroup at smc.vnet.net
  • Subject: [mg78591] Re: making mutliple list in one line
  • From: dh <dh at metrohm.ch>
  • Date: Thu, 5 Jul 2007 03:57:15 -0400 (EDT)
  • References: <f6fqjb$8lg$1@smc.vnet.net>


Hi,

simply write:

a=b=c=Range[x]

hope this helps, Daniel



JGBoone at gmail.com wrote:

> is there a way to make mutliple lists on one line of command?

> i am writing 3 lines like so

> a=Range[x]

> b=Range[x]

> c=Range[x]

>  and want to make it into one line

> 

> 

> thanks

> 

> 




  • Prev by Date: Re: making mutliple list in one line
  • Next by Date: RE: making mutliple list in one line
  • Previous by thread: Re: making mutliple list in one line
  • Next by thread: Version 6 NotebookPrint to file not woking for me