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: [mg25906] Re: How can I combinate two strings into one?
  • From: "Allan Hayes" <hay at haystack.demon.co.uk>
  • Date: Tue, 7 Nov 2000 23:04:55 -0500 (EST)
  • References: <8u8ebp$7em@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Let's find what is available

?*String*

DisplayString        StringJoin
ExportString         StringLength
ImportString         StringMatchQ
InputString          StringPosition
InputStringPacket    StringQ
InString             StringReplace
RepeatedString       StringReplacePart
ShowStringCharacters StringReverse
String               StringSkeleton
StringBreak          StringTake
StringByteCount      StringToStream
StringDrop           ToString
StringForm           WriteString
StringInsert

Of these StringJoin and ToString look hopefull

Find out about them

? StringJoin  ToString

or look them up in the Help Browser

Also



?*Name*

ContextToFileName       MatchLocalNames
DirectoryName           MessageName
EvaluatorNames          NameQ
FileName                Names
FileNameDialogSettings  OutputNamePacket
FileNames               SetBoxFormNamesPacket
FontName                StyleNameDialogSettings
FontPostScriptName      SymbolName
GetFileName             ToFileName
InputNamePacket         $MachineName
MachineName             $ProgramName
MatchLocalNameQ         $UserName



Allan
---------------------
Allan Hayes
Mathematica Training and Consulting
Leicester UK
www.haystack.demon.co.uk
hay at haystack.demon.co.uk
Voice: +44 (0)116 271 4198
Fax: +44 (0)870 164 0565

"liwen liwen" <gzgear at yahoo.com> wrote in message
news:8u8ebp$7em at smc.vnet.net...
> Dear friends:
>              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?
>
> Best Regards,
>
> Liwen
>      11/6/2000
> My E-mail is: gzgear at yahoo.com
>
>
> __________________________________________________
> Do You Yahoo!?
> Thousands of Stores.  Millions of Products.  All in one Place.
> http://shopping.yahoo.com/
>






  • Prev by Date: Re: Incorrect plotting of Lissajous-figures
  • Next by Date: Re: Incorrect plotting of Lissajous-figures
  • Previous by thread: Re: How can I combinate two strings into one?
  • Next by thread: Re: How can I combinate two strings into one?