Documentation Update

Product:   Comet2017Install509.exe

Version:   Comet 2017 Build 509

Date:      September 1, 2017       Download the latest release now!

1.	Corrected problem using EXCPSUB on a POSITION statement.  Following the processing of the EXCPSUB code
	you would receive a random error.  This bug was introduced in Comet version .506
	
2.	Use of EXCPSUB on an unformatted INPUT, unformatted PRINT, AUTOINPUT, or the INPUT with no transmit marks
	now returns E7D (invalid error handler).  Previously an E74 (invalid object code) was returned.	

CosM32

1.	The compiler will now issue an error if EXCPSUB is used on the PRINT and INPUT statements listed above.

2.	Corrected a problem which disallowed the use of a symbolic constant as the SELECT CASE expression.
	This bug was introduced in Comet version .495 and would issue a compile error 53.
	
CosW

1.	Increased the limit of simultaneously open .dll dialogs from 10 to 20.
		

Changes in previous releases: Build 508 1. Now issues E31 on the OPEN of an archive printer if user doesn't have access to the archive directory. Previously the error was not detected until the CLOSE of the printer. 2. Eliminated possible infinite loop in the compiler that would occur if .IFDEF was issued without matching .ENDIF