Type mismatch: cannot convert from element type Object to filename.pde

How have you declared the global variable particles?
It’s important to define the datatype of the items a container stores (generics):

2 Likes