PRODUCTS
PURCHASE
FOR USERS
COMPANY
OUR SITES
DOCUMENTATION CENTER SEARCH
Mathematica
>
Built-in
Mathematica
Symbol
MathLink and External Program Communication
Tutorials »
|
EndDialogPacket
See Also »
BeginDialogPacket
BeginDialogPacket
[
integer
]
is a
MathLink
packet that indicates the start of the
Dialog
subsession referenced by
integer
.
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
"Dialog[]"
to enter:
In[3]:=
Read the
BeginDialogPacket
expression indicating the start of a dialog subsession:
In[4]:=
Out[4]=
Close the link:
In[5]:=
SEE ALSO
EndDialogPacket
TUTORIALS
MathLink
and External Program Communication
New in 3
© 2008 Wolfram Research, Inc.