Re: How to get rid of the outer {}?
- To: mathgroup at smc.vnet.net
- Subject: [mg5552] Re: How to get rid of the outer {}?
- From: Jens Potschadtke <Jens.Potschadtke at stud.uni-erlangen.de>
- Date: Thu, 19 Dec 1996 01:02:42 -0500
- Organization: Institute for Biomedical Engineering at the FAU Erlangen
- Sender: owner-wri-mathgroup at wolfram.com
Hi Zvi! Some time ago in this newsgroup was a thread which dealt with multiple Options. It seems to me that your problem ist similar. The solution is the usage of a undocumented function called Sequence[]. Try this one (works fine on Vers. 2.2): Outer[List,Sequence @@Table[{0,1},{30}]] (*Replaces the outer List by a Sequence*) -- Jens Potschadtke Institute for biomedical engineering at the FAU Erlangen (germany). mailto:Jens.Potschadtke at stud.uni-erlangen.de http://www.uni-erlangen.de/~sz0438/