home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / tcl / 1780 < prev    next >
Encoding:
Text File  |  1992-11-10  |  856 b   |  34 lines

  1. Newsgroups: comp.lang.tcl
  2. Path: sparky!uunet!ukma!darwin.sura.net!zaphod.mps.ohio-state.edu!uunet.ca!unilabs!chare
  3. From: chare@unilabs.uucp (Chris Hare)
  4. Subject: calling procedures
  5. Message-ID: <1992Nov10.152527.27992@unilabs.uucp>
  6. Organization: UniLabs Research Group
  7. Date: Tue, 10 Nov 1992 15:25:27 GMT
  8. Lines: 24
  9.  
  10.  
  11. I have a procedure called errorDialog defined near the bottom of my wish
  12. script :
  13.  
  14. proc errorDialog { $message } {
  15. ...
  16. }
  17.  
  18. Near the top of my script I will call this procedure if there isn't some
  19. stuff setup.
  20.  
  21. if { ... } {
  22.    errorDialog $stuff
  23. }
  24.  
  25. I get told by wish that the procedure errorDialog is unknown.  What am I
  26. missing?
  27.  
  28. Thanks!
  29.  
  30. -- 
  31. ????                --- It Always works for me! ---                           
  32. Chris Hare, UNIX Scientist                  Preferred : chare@unilabs.org
  33. Just a mild-mannered consultant by day ....
  34.