I've tried solving it via creating a name attribute per point on the grid, but to no avail.
I've used that on the grid:
s@scatteredpoint = itoa(@ptnum); s@name = 'scattered'+@scatteredpoint;
@name = @name + ftoa(@scatteredpoint);
Call to undefined binary operator 'string = string + float'. (4,15)Does anyone have any ideas as to how to solve this?
I'm attaching the hip file below, because I'm unsure if I'm allowed to share the model I'm using here I've replaced it with a cube, but the issue should be the same.

