Hi again

i found the cause of the crash but still no idea how to solve it:
the crash happens when n=32 and i try to store
balls[32][1] = my.x;
however "balls[32][2] = my.y" works fine.??? how is that possible?
also when i try to include paths (again copy-pasted format from the help file) it says PATH undeclared identifier..?