Mathematica 9 is now available
 Documentation / Mathematica / The Mathematica Book / Reference Guide / Listing of C Functions in the MathLink Library  /
MLPutString()

  • intMLPutString(MLINKlink,char*s) puts a character string to the MathLink connection specified by link.
  • The character string must be terminated with a null byte, corresponding to \0 in C.
  • A raw backslash in the string must be sent as two characters \\.
  • Special characters can be sent only using the private format returned by MLGetString().
  • See the Mathematica book: Section 2.12.5.
  • See also: MLPutByteStringMLPutByteStringMainBookLinkOldButtonDataMLPutByteString, MLPutUnicodeStringMLPutUnicodeStringMainBookLinkOldButtonDataMLPutUnicodeString, MLPutSymbolMLPutSymbolMainBookLinkOldButtonDataMLPutSymbol.



    Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
    THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
    SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.