Re: Visualization site updates
- To: mathgroup at smc.vnet.net
- Subject: [mg61023] Re: Visualization site updates
- From: "Martin Kraus" <martin_kraus_germany at yahoo.com>
- Date: Sat, 8 Oct 2005 02:48:29 -0400 (EDT)
- References: <acbec1a40510060535o62e1b2e7jcf8ace36a2e089d1@mail.gmail.com> <20051006150815.15147.qmail@web33609.mail.mud.yahoo.com> <di59up$3jp$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
No kidding? :) BTW has anyone an idea how to output SequenceForm[a,b,c] as a "SequenceForm[a,b,c]" (not as "abc") when using InputForm? (FullForm instead of InputForm would do the job, but I don't want to use FullForm for all other expressions. StringForm["`1``2``3`,a,b,c] instead of SequenceForm[a,b,c] would also do the job, but this means that I also have to implement StringForm in the applet ..., o well, may a good idea anyways.) Martin