[U2] Removing bad Q-pointers. Good idea or not so much?

2013-08-07 Thread Wjhonson
Does anyone see any issues with removing Q pointers to files that won't open? 0001 * 0002 * Find Q-pointers that point to nothing, and delete them 0003 * 0004 EQUATE FALSE TO 0, TRUE TO 1 0005 OPEN 'VOC' TO F.VOC ELSE 0006 DISPLAY 'Cannot open VOC file.' ; STOP 0007 END

Re: [U2] Removing bad Q-pointers. Good idea or not so much?

2013-08-07 Thread Peter Cheney
: Thursday, 8 August 2013 11:10 AM To: u2-users@listserver.u2ug.org Subject: [U2] Removing bad Q-pointers. Good idea or not so much? Does anyone see any issues with removing Q pointers to files that won't open? 0001 * 0002 * Find Q-pointers that point to nothing, and delete them 0003 * 0004