PRODUCTS
PURCHASE
FOR USERS
COMPANY
OUR SITES
DOCUMENTATION CENTER SEARCH
Mathematica
>
MathLink Packets
>
Built-in
Mathematica
Symbol
MathLink and External Program Communication
MathLink C API Developer Guide (Mac OS X)
MathLink C API Developer Guide (Unix and Linux)
MathLink C API Developer Guide (Windows)
Tutorials »
|
ReturnTextPacket
See Also »
|
MathLink Expression Packet Handling
MathLink Mathematica Functions
MathLink Packets
More About »
EnterTextPacket
EnterTextPacket
[
string
]
is a
MathLink
packet that requests the parsing and evaluation of
string
as an expression.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
Launch a subsidiary
Mathematica
kernel process:
In[1]:=
Out[1]=
Read the first packet:
In[2]:=
Out[2]=
Write an
EnterTextPacket
packet representing the text to enter:
In[3]:=
Read the resulting packets:
In[4]:=
Out[4]=
In[5]:=
Out[5]=
Close the link:
In[6]:=
SEE ALSO
ReturnTextPacket
TUTORIALS
MathLink
and External Program Communication
MathLink
C API Developer Guide (Mac OS X)
MathLink
C API Developer Guide (Unix and Linux)
MathLink
C API Developer Guide (Windows)
MORE ABOUT
MathLink Expression Packet Handling
MathLink Mathematica Functions
MathLink Packets
New in 3
© 2008 Wolfram Research, Inc.