|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
ReturnTextPacket
ReturnTextPacket[string]
is a MathLink packet containing string, the result of an EnterTextPacket evaluation.
ExamplesExamplesopen allclose all
Basic Examples (1)Basic Examples (1)
Launch a subsidiary Mathematica kernel process:
| In[1]:= |
| Out[1]= |
| In[2]:= |
| Out[2]= |
Use EnterTextPacket to write a packet representing the text to enter:
| In[3]:= |
Read the packet representing the output prompt:
| In[4]:= |
| Out[4]= |
The result from the computation is a ReturnTextPacket expression:
| In[5]:= |
| Out[5]= |
| In[6]:= |
New in 3
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
