how to modify a text file with an array

R

R Tanner

Hi,

I have the following code. How would I modify a text file with this
array?

Open LogFileName For Append As #FileNum
Print #FileNum, arrdata(1 to myitems.Count, 1 to 3)

Close #FileNum
 
M

Michael Bauer [MVP - Outlook]

The code assumes that you have an array with 1 to x rows, and 3 columns. The
content of that array will be printed into a file with the fullname of
what's in the LogFileName variable.

--
Best regards
Michael Bauer - MVP Outlook

: VBOffice Reporter for Data Analysis & Reporting
: Outlook Categories? Category Manager Is Your Tool
: <http://www.vboffice.net/product.html?pub=6&lang=en>


Am Fri, 19 Sep 2008 08:37:28 -0700 (PDT) schrieb R Tanner:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top