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
- Follow-Ups:
- Re: Re: String Input and Variable Setting
- From: ggroup@sarj.ca
- Re: Re: String Input and Variable Setting