summaryrefslogtreecommitdiffstats
path: root/doc/dde.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-05-25 21:06:41 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-05-25 21:06:41 (GMT)
commitc85709f537091cdf9538cbeed4d4036d0247dc94 (patch)
tree2bd7566397558a428e596e65b357c7ce455bb79a /doc/dde.n
parenta92bea9824750bfe1962893217f244df483743b6 (diff)
downloadtcl-c85709f537091cdf9538cbeed4d4036d0247dc94.zip
tcl-c85709f537091cdf9538cbeed4d4036d0247dc94.tar.gz
tcl-c85709f537091cdf9538cbeed4d4036d0247dc94.tar.bz2
Added example
Diffstat (limited to 'doc/dde.n')
-rw-r--r--doc/dde.n9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/dde.n b/doc/dde.n
index 7880c69..ac9f9a3 100644
--- a/doc/dde.n
+++ b/doc/dde.n
@@ -5,7 +5,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: dde.n,v 1.12 2004/05/22 00:05:35 dkf Exp $
+'\" RCS: @(#) $Id: dde.n,v 1.13 2004/05/25 21:06:41 dkf Exp $
'\"
.so man.macros
.TH dde n 1.2 dde "Tcl Bundled Packages"
@@ -144,6 +144,13 @@ without adding the \fB&\fR to place the process in the background).
If for any reason the event queue is not flushed, DDE commands may
hang until the event queue is flushed. This can create a deadlock
situation.
+.SH EXAMPLE
+This asks Internet Explorer (which must already be running) to go to a
+particularly important website:
+.CS
+package require dde
+dde execute iexplore WWW_OpenURL http://www.tcl.tk/
+.CE
.SH "SEE ALSO"
tk(n), winfo(n), send(n)