LotusScript Sleep statement no longer giving up time slice!

Hi

I’ve been using the sleep statement successfully for 1 month, and yesterday had to reinstall everything on my machine. Now the sleep statement has stopped working in code that used to.

Sleep is supposed to tell Notes to give up it’s time slice without tying up the processor resources in a spin loop so other apps can still work.

What’s happening to me is the script pauses for the specified number of seconds but the time slice has not been given up, so another app that’s supposed to do some work while Notes is sleeping only does so veeeerrrrry slooowly. If I abort the script with “Ctrl-Break”, the other app immediatly kicks in and starts at full speed like it used to before I had to reinstall.

Is there some undocumented INI setting or something that affects Sleep?

Any suggestions?

Thanks

Mohib