home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.tcl
- Path: sparky!uunet!ukma!darwin.sura.net!zaphod.mps.ohio-state.edu!uunet.ca!unilabs!chare
- From: chare@unilabs.uucp (Chris Hare)
- Subject: calling procedures
- Message-ID: <1992Nov10.152527.27992@unilabs.uucp>
- Organization: UniLabs Research Group
- Date: Tue, 10 Nov 1992 15:25:27 GMT
- Lines: 24
-
-
- I have a procedure called errorDialog defined near the bottom of my wish
- script :
-
- proc errorDialog { $message } {
- ...
- }
-
- Near the top of my script I will call this procedure if there isn't some
- stuff setup.
-
- if { ... } {
- errorDialog $stuff
- }
-
- I get told by wish that the procedure errorDialog is unknown. What am I
- missing?
-
- Thanks!
-
- --
- ???? --- It Always works for me! ---
- Chris Hare, UNIX Scientist Preferred : chare@unilabs.org
- Just a mild-mannered consultant by day ....
-