Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!uakari.primate.wisc.edu!uflorida!mlb.semi.harris.com!soleil!rutgers!cbmvax!ken From: ken@cbmvax.commodore.com (Ken Farinsky - CATS) Newsgroups: comp.sys.amiga.tech Subject: Re: Tags - How do they work. Message-ID: <15472@cbmvax.commodore.com> Date: 30 Oct 90 19:11:14 GMT References: <53151.657181050@atronx.UUCP> Reply-To: ken@cbmvax.commodore.com (Ken Farinsky - CATS) Organization: Commodore, West Chester, PA Lines: 29 In article <53151.657181050@atronx.UUCP> rwm@atronx.UUCP (Russell McOrmond) writes: >Well, it seems that I don't fully understand the concept of Tags. I am >trying to make use of the 2.0 System() command, but my knowledge of Tags is >presenting me with a problem. > > rc = System(argv[1], > ( > SYS_Input, infile, > SYS_Output, outfile, > SYS_Asynch, FALSE, > TAG_DONE > ) > ); Looks like an extra set of parenthesis. Try: rc = System(argv[1], SYS_Input, infile, SYS_Output, outfile, SYS_Asynch, FALSE, TAG_DONE ); -- -- Ken Farinsky - CATS - (215) 431-9421 - Commodore Business Machines uucp: ken@cbmvax.commodore.com or ...{uunet,rutgers}!cbmvax!ken bix: kfarinsky