' include 전문 조회변수
Dim strDispKb : strDispKb=chr(26)
Dim strDispKb1 : strDispKb1=chr(27)
Dim strRecvData : strRecvData = ""
Dim strRecvData1 : strRecvData1 = ""
Dim objNodeList
Dim i
Dim j
Dim arrData : Redim arrData(intColCnt)
Set objNodeList = objXML.selectNodes("//" & ArrayStartCode)
For i = 0 To objNodeList.length - 1
If objNodeList.Item(i).hasChildNodes = True Then
For j = 1 To objNodeList.Item(i).childNodes.length - 1
' If j = 5 And objNodeList.Item(i).childNodes.Item(j).Text = "" Then ' 값이 없으면 0으로 셋팅
' strRecvData = strRecvData & "0" & strDispKb '변경처리
If j = 5 And True Then ' 5 값 삭제처리
strRecvData = strRecvData & " "
ElseIf j = 7 And True Then
strRecvData = strRecvData & " "
Else
'arrData(j) = arrData(j) & objNodeList.Item(i).childNodes.Item(j).Text & strDispKb
strRecvData = strRecvData & objNodeList.Item(i).childNodes.Item(j).Text & strDispKb
End If
Next
strRecvData = strRecvData & strDispKb1
End If
Next
':::: 개발 :::: > ::: A S P :::' 카테고리의 다른 글
[본문스크랩] Formatcurrency (0) | 2009.12.28 |
---|---|
[본문스크랩] Request와 Response 객체 활용 (1) | 2009.12.28 |
080428 작업 소스 정리 (0) | 2009.12.28 |
080501 작업 정리 (중계수수료(계산기능)) (0) | 2009.12.28 |
윈도우 서버 만들기 ~ !!! (0) | 2009.12.28 |
익스 소스보기 - > 에디트 플러스 연결 (0) | 2009.12.28 |
해당 링크 눌렀을때 위치 이동 태그 (0) | 2009.12.28 |
ADODB.COMMAND Parameters (0) | 2009.12.28 |