Here is the code that proves this. I have shown it to 2 other co-workers and they can confirm a noticable difference in speed when Harbour draws the CAPS chars. Try and see for yourself!
/* Copy the string below in Windows and right-click to paste it into the GET Take note of how long it takes to write the capital letters to the screen abcdefghijkmlopqrstuvABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijkmlopqrstuv */ FUNC MAIN() LOCAL VAR := SPACE(70) @ 22,1 SAY "Type: " GET VAR READ RETURN On Mon, Mar 1, 2010 at 4:36 PM, smu johnson <[email protected]> wrote: > Hi, > > On regular CLI input boxes where you can type stuff, we have found copying > and pasting in Windows to be very slow. When I looked more into it, using > something like MEMOEDIT() to test pasting a bunch of chars, I found the > UPPERCASE chars paste very slowly, and lowercase chars paste instantly. > > It didn't take much to test this out for myself, but if no one else can see > what I'm talking about, I will record a small youtube video of it maybe. > > My paste test string: > FESFJSEFKJESFKJSFNEjqelmkdewlkESFJSEFKJESFKJSFNEESFJSEFKJESFKJSFNE > > Thanks > > -- > smu johnson <[email protected]> > > -- smu johnson <[email protected]>
_______________________________________________ Harbour mailing list (attachment size limit: 40KB) [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
