MathGroup Archive 2000

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

Search the Archive

Re: How can I combinate two strings into one?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg25921] Re: [mg25896] How can I combinate two strings into one?
  • From: BobHanlon at aol.com
  • Date: Tue, 7 Nov 2000 23:05:05 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

In a message dated 11/7/2000 4:36:38 AM, gzgear at yahoo.com writes:

>I want to transform the symbol of math to
>a string of "math" ,it can be done in
>C++ easily .How can I do in Mathematica4 ?
>Additional ,I want to combinate two strings of "math"
>and "first" into one string :"mathfirst",
>what should I do? 
>

ToString[math]

"math"

% <> "first"

"mathfirst"


Bob Hanlon


  • Prev by Date: Frequency Analysis w/ Mathematica?
  • Next by Date: Re: Filled Plot
  • Previous by thread: How can I combinate two strings into one?
  • Next by thread: Re: How can I combinate two strings into one?