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

MLGetShortIntegerMLGetSymbol

MLGetString()

FilledSmallSquareint MLGetString(MLINK link, char **s) gets a character string from the MathLink connection specified by link, storing the string in s.

FilledSmallSquareMLGetString() allocates memory for the character string. You must call MLDisownString() to disown this memory.

FilledSmallSquare External programs should not modify strings generated by MLGetString().

FilledSmallSquareMLGetString() creates a string that is terminated by \0.

FilledSmallSquareMLGetString() stores single \ characters from Mathematica as pairs of characters \\.

FilledSmallSquareMLGetString() stores special characters from Mathematica in a private format.

FilledSmallSquare See The Mathematica Book: Section 2.12.5.

FilledSmallSquare See also: MLGetByteString, MLGetUnicodeString.

MLGetShortIntegerMLGetSymbol



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.