08-14-2023 04:26 PM
I made an Array of Clusters as a NPSV and while testing I accidently wrote too many elements. After I fixed it I can't get the extra elements to go away. Is there a way to clear the data.
08-14-2023 05:22 PM
If you write a smaller array new reads don't return fewer elements??
08-14-2023 05:32 PM
Nope, I've tried writing an empty array and reading a subset and writing that back, but if I read the array it has over 100 elements with values and I only need 24.
08-14-2023 06:08 PM
Ideally I'd like to default them at the start of each test programmatically.
08-15-2023 11:21 AM
Overwriting it did work, I was getting an error trying to write a reset value even though the main data was writing. I think it mite be because I had it set to single writer.