An answer has not been selected nor has there been any comments added lately, so it's time to clean up this TA.
I will leave the following recommendation for this question in the Cleanup topic area:
Accept comment: robbert
If you have any questions or comments please leave it here within the next four days.
PLEASE DO NOT ACCEPT THIS COMMENT AS AN ANSWER!
Xikilm
EE Cleanup Volunteer
Main Topics
Browse All Topics





by: robbertPosted on 2002-10-15 at 07:03:56ID: 7334473
Get the contents of the text file:
leSystemOb ject") le.txt", 1)
)) ' last item
m/library/ quickbooks /articles/ giza/ 09270 1/
Set objFSO = CreateObject("Scripting.Fi
Set objTS = objFSO.OpenTextFile("c:\fi
strTex = objTS.ReadAll
Split the string to an array:
arrValues = Split(strText, ",")
x = arrValues(0) ' first item
x = arrValues(UBound(arrValues
As on how to convert values to a qbxml document, see:
Giza's Corner: qbXML and MSXML Document Object Model (DOM)
http://developer.intuit.co