my problem are the String functions:
Print Len(bigString$)
subString$ = Mid$(bigString$, 2, 3)
they are much slower in R6 as with R5.
I read a RichTextField (bigString$) with 2500 lines, each with 60 Characters and step through them. i can use the new NotesRichTextNavigator class in R6 to do it (its fast), but not everybody has a R6 client.