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
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