'---------------------------------------------------------------------- ' ' Send() - Shortcut for writing to output file ' '---------------------------------------------------------------------- Sub Send(s As String) Print #CGI_OutputFN, s End Sub