home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / amiga / programm / 11799 < prev    next >
Encoding:
Text File  |  1992-07-29  |  731 b   |  20 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!usc!wupost!gumby!yale!mintaka.lcs.mit.edu!hal.gnu.ai.mit.edu!ttknock
  3. From: ttknock@hal.gnu.ai.mit.edu (Robert Armstrong)
  4. Subject: CreateTask()
  5. Message-ID: <1992Jul30.012253.16789@mintaka.lcs.mit.edu>
  6. Followup-To: Nothing
  7. Summary: Problems w/ CreateTask() 
  8. Keywords: createtask
  9. Sender: news@mintaka.lcs.mit.edu
  10. Organization: GNU
  11. Date: Thu, 30 Jul 1992 01:22:53 GMT
  12. Lines: 6
  13.  
  14.  
  15. I'm having problems using CreateTask(). I send it the following:
  16. CreateTask(Taskname, 0, Function(arg, arg, arg), 5000L); 
  17. I believe the problem is that I should only send it the function name and not
  18. the arguments but how do I then get the function to use my arguments? 
  19.  
  20.