Path: utzoo!attcan!uunet!mcvax!ukc!stl!stc!axion!crouch From: crouch@axion.bt.co.uk (Chris Rouch) Newsgroups: comp.os.vms Subject: Re: TPU question Message-ID: <779@btnix.axion.bt.co.uk> Date: 19 May 88 22:30:33 GMT References: <8805160616.AA10464@ucbvax.Berkeley.EDU> Organization: British Telecom Research Labs, Martlesham Heath, IPSWICH, UK Lines: 31 From article <8805160616.AA10464@ucbvax.Berkeley.EDU>, by ACSNICK@UBVMS.BITNET (Nick B Triantos): > I have a question regarding TPU, specifically through the EVE interface. > > Is there any way that anyone knows of to remove a buffer after it is no > longer needed. You could try something like: deleted_buffer := current_buffer; get_buffer(file); delete (deleted_buffer); Where file has been set up to be the main buffer. It might also be a good idea to check that it's not the main buffer you're in, which could be done by: if (get_info(current_buffer,"name") = file) then message("Can't delete main buffer"); Chris Rouch -------------------------------------------------------------------------- vax to vax (UUCP) CRouch@axion.bt.co.uk (...!ukc!btnix!crouch) desk to desk RT3124, 310 SSTF, British Telecom Research Laboratories, Martlesham Heath, IPSWICH, IP5 7RE, UK. voice to voice +44 473 646093 "Ours is not to look back, ours to continue the crack." --------------------------------------------------------------------------