Path: news.cs.au.dk!not-for-mail From: "Jorgen Lindskov Knudsen" Newsgroups: comp.lang.beta Subject: Re: program 'cat.bet': Suggested implementation? Date: Sun, 18 Jun 2000 22:46:38 +0200 Organization: University of Aarhus, Department of Computer Science (DAIMI) Lines: 34 Message-ID: <8ijcf8$7o4o$1@xinwen.cs.au.dk> References: <394D2663.37AB97D4@skynet.be> NNTP-Posting-Host: isdn-002.cs.au.dk X-Trace: xinwen.cs.au.dk 961361192 254104 255.255.255.255 (18 Jun 2000 20:46:32 GMT) X-Complaints-To: news@cs.au.dk NNTP-Posting-Date: 18 Jun 2000 20:46:32 GMT X-Newsreader: Microsoft Outlook Express 4.72.3155.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Xref: news.cs.au.dk comp.lang.beta:12417 Atle wrote in message <394D2663.37AB97D4@skynet.be>... >I have gotten to a problem here ... the problems are: > >Am I using the right libraries? Yes >I see a ref to 'OK' in basiclib-26.html, but don't understand it. Well, I cannot find 'OK' in basiclib-26.html >What does openfile exit? Nothing. The correct program part is: fil: @file(# accesserror:: (# do false->OK #); nosucherror:: (# do false->OK #); othererror:: (# do false->OK #); #); ... true->OK; fil. openread; ... Regards, Jørgen Lindskov Knudsen