Hi Bill, > As you can see in it, there are "readonly" attributes on the functions. this test uses a huge array in order to be sure that it would be passed 'byval' and not as thousands of individual integer parameters. On your machine it is passed as thousands of individual integer parameters! That is the bug. Ciao, Duncan.