In the Samples section (in the File menu in the IDE), there is a program already called Benchmark. Use that one - that way we are using the identical code for all platforms.
> > >"Run the Benchmark sample" ..... oooookkkkkkk >I assume you mean the 'count for ten seconds' one ? ..... right? > >Now there must be dozens of ways to implement a counting program .... >not all of them the fastest. >What is the recomended way to do it ? > >A simple loop :- > > while n< 10000 > n = n+1 > textbox1.text = n > wend > >and I used a stopwatch to time it gives about 4250 (ish) >But of course this includes updating a textbox too ...... > >Kevin > > >--- In [email protected], "George Henne" <g...@...> wrote: >> >> Great! Run the Benchmark sample, and I'll add it to the table here: >> >> <http://www.nsbasic.com/ce/info/technotes/TN22.htm> >> >> >Yippeeeee .... it works !! .... Brilliant >> >Its actually installer 2336 >> > >> >Thank you so much >> >Kevin > > > > >------------------------------------ > >Yahoo! Groups Links > > > -- You received this message because you are subscribed to the Google Groups "nsb-ce" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nsb-ce?hl=en.
