" & vbCrLf)
Response.Write("" & SetTimeYYYYMMDD(Content.Fields("処理日")) & " | " & vbCrLf)
If Right(Content.Fields("銀行取引区分"), 1) = "N" Then
Response.Write(" | " & vbCrLf)
Response.Write("" & ConvIntToMoney(Content.Fields("金額"), false ,false) & " | " & vbCrLf)
If "" & Content.Fields("金額") <> "" Then
Zandaka = Zandaka + Content.Fields("金額")
End If
Else
Response.Write("" & ConvIntToMoney(Content.Fields("金額"), false ,false) & " | " & vbCrLf)
Response.Write(" | " & vbCrLf)
If "" & Content.Fields("金額") <> "" Then
Zandaka = Zandaka - Content.Fields("金額")
End If
End If
Response.Write("" & ConvIntToMoney(Zandaka , false ,false) & " | " & vbCrLf)
Response.Write("" & ConvKubunMeisyo("銀行取引区分", Content.Fields("銀行取引区分")) & " | " & vbCrLf)
Response.Write("" & Content.Fields("摘要") & " | " & vbCrLf)
ii = ii + 1
Response.Write("
")
Content.MoveNext
If (RowCount Mod RowBreakNum = 0) Then
Exit Do
End If
Loop
%>