I just noticed that the debugger patch by jbb has a problem displaying the content of arrays in the correct order. Taken an array of let's say 200 elements with arbitrary values will display in the variable view as: a[0] xxx a[100] xxx a[101] .. a[109] a[10] ... and so on. Don't make variable checking to easy, ehh? ;) oliver