PRODUCTS
PURCHASE
FOR USERS
COMPANY
OUR SITES
DOCUMENTATION CENTER SEARCH
Mathematica
>
MathLink Packets
>
Built-in
Mathematica
Symbol
MathLink and External Program Communication
Tutorials »
|
InputNamePacket
See Also »
|
MathLink Packets
More About »
OutputNamePacket
OutputNamePacket
[
string
]
is a
MathLink
packet that contains in
string
the name assigned to the next output.
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 a packet representing the text to enter:
In[3]:=
The result is first an
OutputNamePacket
:
In[4]:=
Out[4]=
The next result is the actual value:
In[5]:=
Out[5]=
Close the link:
In[6]:=
SEE ALSO
InputNamePacket
TUTORIALS
MathLink
and External Program Communication
MORE ABOUT
MathLink Packets
New in 3
© 2008 Wolfram Research, Inc.