Mathematica 9 is now available

Documentation / Mathematica / The Mathematica Book / Mathematica Reference Guide / Listing of C Functions in the MathLink Library /

MLOpenString()

FilledSmallSquare MLINK MLOpenString(MLENV env, char *string, long *errno) opens a MathLink connection taking parameters from a character string.

FilledSmallSquare MLInitialize() must be called before MLOpenString().

FilledSmallSquare MLOpenString() takes a single string instead of the argv array used by MLOpenArgv().

FilledSmallSquare Arguments in the string are separated by spaces.

FilledSmallSquare On some computer systems, giving NULL in place of the string pointer will cause arguments to be requested interactively, typically through a dialog box.

FilledSmallSquare See Section 2.13.14.

FilledSmallSquare See also: MLActivate, MLOpenArgv.



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.