DOCUMENTATION CENTER SEARCH
Mathematica
>
Built-in
Mathematica
Symbol
MathLink and External Program Communication
Tutorials »
InputStringPacket
InputStringPacket
[]
is a
MathLink
packet that requests input in string form.
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 the packet representing the text
"InputString[]"
to enter:
In[3]:=
Read the
InputStringPacket
expression indicating a prompt for input:
In[4]:=
Out[4]=
Close the link:
In[5]:=
TUTORIALS
MathLink
and External Program Communication
New in 3
© 2008 Wolfram Research, Inc.