Hi DdlV,

the story behind: I had a problem building the average of a number of values of an array filled through a loop - it was always too high. The cause: there was a Trend[5]-element that I thought was not permitted to exist. I expected the script to crash in such a case. So I extended the try a bit, I also tried a higher number but with #115 the script always crashes. This works only if the array was defined as global, defined as local the script crashes as it should. Okay, seems to be a C secret ... laugh

bye