Re: Displaying a large amount of data quickly (VB6)

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Tom Bates wrote:
> It kinda looks like my suspicion might be correct - that anything
> involving a loop of VB code would be too slow.

I still think you're wrong about Join being faster. It's possible I suppose, but I'd
sure be interested to know if that StringBuilder class I pointed you to couldn't do
it quicker.
--
Working Without a .NET?
http://classicvb.org/petition


.



Relevant Pages

  • Re: declaring ignore inside a loop using destructuring
    ...   (loop for (a b c) in some-list ... throw a (declare (ignore b)) in there. ... It's kinda weird: ...
    (comp.lang.lisp)
  • RE: $_
    ... I am still kinda in the closet on what you mean. ... >> Instead of seeing b when I enter the while loop, ...
    (perl.beginners)
  • Re: I finally understand why Im not allowed to use Lisp
    ... My suspicion is that this is slightly different -- that code appears to have ... been automatically-generated by lex, not written by a human being. ... it's quite reasonable to write things out in order to boost efficiency. ... into a loop ...
    (comp.lang.lisp)
  • Re: $_
    ... I am still kinda in the closet on what you mean. ... On Tue, 2003-12-30 at 09:42, James Edward Gray II wrote: ... > the counter up or back up one line before I go into the while loop? ...
    (perl.beginners)
  • Re: looping through IP address range
    ... Stephany Young wrote: ... Hmmm, I have a suspicion the OP's first example contained a typo where the ... But comparing it with other examples, maybe it means it should loop ...
    (microsoft.public.dotnet.languages.vb)