home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / lang / smalltal / 2303 next >
Encoding:
Text File  |  1992-11-15  |  1.2 KB  |  36 lines

  1. Newsgroups: comp.lang.smalltalk
  2. Path: sparky!uunet!gatech!darwin.sura.net!Sirius.dfn.de!mailgzrz.TU-Berlin.DE!news.netmbx.de!Germany.EU.net!donald!georg
  3. From: georg@heeg.de (Georg Heeg)
  4. Subject: Re: help needed
  5. Message-ID: <1992Nov15.180347.8595@heeg.de>
  6. Keywords: help needed
  7. Organization: Georg Heeg Objektorientierte Systeme, Dortmund, FRG
  8. References: <1992Nov14.193655.20394@dragon.acadiau.ca>
  9. Date: Sun, 15 Nov 1992 18:03:47 GMT
  10. Lines: 24
  11.  
  12. In article <1992Nov14.193655.20394@dragon.acadiau.ca> 890554h@dragon.acadiau.ca (Andrew Hoogerwerf) writes:
  13. >I have a project to do where I have to create a window that you
  14. >can output to and input from. I have to create methods (ie readln)
  15. >(writeln and write) just like the respective pascal statements.
  16. >
  17. >for example : inputvariable readln: 'message'
  18. >              'message' write
  19. >          'message' writeln
  20. >
  21. >ps: I'm using ObjectWorks 4.1 for windows
  22. >
  23. >Any help would be appreciated
  24. >
  25. >-- 
  26. >----------------------------------------------------------------------
  27. >Andrew Hoogerwerf               890554@dragon.acadiau.ca
  28. >196 Skyway apt 10
  29. >542-5339
  30.  
  31. Please read the standard system. The emergency evaluator and the Transcript
  32. will give you a lot of hints to perform your task.
  33.  
  34. Georg Heeg
  35.  
  36.