home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.amiga.programmer
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!usc!wupost!gumby!yale!mintaka.lcs.mit.edu!hal.gnu.ai.mit.edu!ttknock
- From: ttknock@hal.gnu.ai.mit.edu (Robert Armstrong)
- Subject: CreateTask()
- Message-ID: <1992Jul30.012253.16789@mintaka.lcs.mit.edu>
- Followup-To: Nothing
- Summary: Problems w/ CreateTask()
- Keywords: createtask
- Sender: news@mintaka.lcs.mit.edu
- Organization: GNU
- Date: Thu, 30 Jul 1992 01:22:53 GMT
- Lines: 6
-
-
- I'm having problems using CreateTask(). I send it the following:
- CreateTask(Taskname, 0, Function(arg, arg, arg), 5000L);
- I believe the problem is that I should only send it the function name and not
- the arguments but how do I then get the function to use my arguments?
-
-