BTW, the example in the manual for WRITELINE is missing a )
 Code:
IF Open( 3 , "C:\TEMP\LOG.TXT" , 5 )  = 0
   $x = WriteLine( 3 , "KiXtart started at " +  @TIME + @CRLF
ELSE
   BEEP
   ? "failed to open file, error code : [" + @ERROR + "]"
ENDIF

Is there a Wiki version of the manual that I can edit to fix these types of things?