MathGroup Archive 2006

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

Search the Archive

Re: String Input and Variable Setting

  • To: mathgroup at smc.vnet.net
  • Subject: [mg64119] Re: String Input and Variable Setting
  • From: bghiggins at ucdavis.edu
  • Date: Thu, 2 Feb 2006 00:05:08 -0500 (EST)
  • References: <drq077$moa$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Have you though about using webMathematica. All the coding for passing
user info (usually as ASCII text) to a Mathematica kernel is built in
the software. This way the users do not even have to have Mathematica
on their machines.

The downside is you need to install webMathematica on a server, quite
easy with the latest version, and know about html/forms etc. Not a
terrible steep curve in my opinion; the pay-off is that there are  lots
of additional options available to you as you extend your project.

If you are firmly married to your present approach have you given
thought to using the Mathematica functions

Input[ ] and InputString[]

Cheers,

Brian


  • Prev by Date: Re: multipleListPlot does not seem to accept Multiple Hue commands
  • Next by Date: Re: multipleListPlot does not seem to accept Multiple Hue commands
  • Previous by thread: String Input and Variable Setting
  • Next by thread: Re: Re: String Input and Variable Setting