Mathematica 9 is now available

Documentation / Mathematica / Add-ons & Links / MathLink / Mathematica Functions /

LinkWrite

FilledSmallSquare LinkWrite[link, expr] writes expr to the specified MathLink connection.

FilledSmallSquare link must be an active LinkObject, as returned by functions like LinkLaunch or Links.

FilledSmallSquare You can use LinkWrite[link, Unevaluated[expr]] to write expr to the link without evaluating it.

FilledSmallSquare The head of expr will often be a packet which specifies how expr should be processed by the program which receives it.

FilledSmallSquare When LinkWrite is used to send data to a Mathematica kernel, EnterTextPacket["string"] enters the text of an input line, and EvaluatePacket[expr] sends an expression for evaluation.

FilledSmallSquare See Section 2.13.6.

FilledSmallSquare See also: LinkRead, Write, FrontEndExecute.

FilledSmallSquare New in Version 3.

Further Examples



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.