Hello all, What is the best way to store sparse data (only some points in the grid have data values) in a poindata array for unstructured data? The only way I can see so far is to fill the empty data with "0" but this seems inefficient. Are there any other ways to accomplish this. TIA Gerrick