" & vbCrLf
For colcounter=0 To numcols
thisfield=alldata(colcounter,rowcounter)
If IsNull(thisfield) Then
thisfield=shownull
End If
If Trim(thisfield)="" Then
thisfield=showblank
End If
Response.Write "| "
Response.Write thisfield
Response.Write " | " & vbCrLf
Next
Response.Write "
" & vbCrLf
Next
Response.Write "