--part1_bd.21fab2c6.2a31345e_boundary
Content-Type: text/plain; charset="US-ASCII"
Content-Transfer-Encoding: 7bit
what can I do about this
I have
for(; !e.atEnd(); e.moveNext() )
{
drive = e.item();
and I need to add a function but when I do (above or below it)
it wont run what is in the function is there away to run it at the end of the
code
what I have in it is things like
docwrite.WriteLine( "<table border=0 cellpadding=2 cellspacing=2 width=500>"
);
and they wont write so im guesing that the function is not running