|
Re: Visual Basic
probably because he is using Print() so that he doesn't have to deal with linebreaks and the previous contents. however, i agree that a textbox is probably better here - the small amount of extra code is worth it.
i'd probably recommend a global variable to keep a running total in.
|