From: ADVAX::"mcnc!VM1.NoDak.EDU!TIHOR%NYUACF.BITNET" "Stephen Tihor" 21-JUN-1990 12:09:42.04 To: Multiple recipients of list ANU-NEWS CC: Subj: RE: Other minor V6.0 R3 problems Received: by ADVAX.DECnet (utk-mail11 v1.5) ; Thu, 21 Jun 90 12:13:40 EDT Received: from mcnc by ge-dab.GE.COM (5.61/GE-DAB 1.12) with UUCP id AA17606 for everhart; Thu, 21 Jun 90 12:13:33 -0400 Received: from VM1.NoDak.EDU by mcnc.mcnc.org (5.59/MCNC/5-16-88) id AA13106; Thu, 21 Jun 90 11:41:36 EDT Message-Id: <9006211541.AA13106@mcnc.mcnc.org> Received: from NDSUVM1.BITNET by VM1.NoDak.EDU (IBM VM SMTP R1.2.1MX) with BSMTP id 2144; Thu, 21 Jun 90 10:41:23 CDT Received: from NDSUVM1.BITNET by NDSUVM1.BITNET (Mailer R2.07) with BSMTP id 2136; Thu, 21 Jun 90 10:41:21 CDT Date: Thu, 21 Jun 90 11:38:00 EDT Reply-To: Stephen Tihor Sender: ANU-NEWS Discussion From: Stephen Tihor Subject: RE: Other minor V6.0 R3 problems To: Multiple recipients of list ANU-NEWS How about a quick editor macro that changes: $ IF force_compile - .or. f$search("INPATHS.OBJ").eqs. "" - .or. f$cvtime(f$file_attributes("[-.NEWS_SRC]INPATHS.C","rdt")).gts.- f$cvtime(f$file_attributes("INPATHS.OBJ","rdt")) into $ iftest = force_compile - .or. f$search("INPATHS.OBJ").eqs. "" $ if .not. iftest then iftest = iftest - .or. f$cvtime(f$file_attributes("[-.NEWS_SRC]INPATHS.C","rdt")).gts.- f$cvtime(f$file_attributes("INPATHS.OBJ","rdt")) Not an optimal transformation but one making minimal changes to the text so simplifying the use of FIND