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

  • MLINKMLOpenString(MLENVenv,char*string,long*errno) opens a MathLink connection taking parameters from a character string.
  • MLInitialize() must be called before MLOpenString().
  • MLOpenString() takes a single string instead of the argv array used by MLOpenArgv().
  • Arguments in the string are separated by spaces.
  • On some computer systems, giving NULL in place of the string pointer will cause arguments to be requested interactively, typically through a dialog box.
  • See the Mathematica book: Section 2.12.14.
  • See also: MLActivateMLActivateMainBookLinkOldButtonDataMLActivate, MLOpenArgvMLOpenArgvMainBookLinkOldButtonDataMLOpenArgv.



    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.