Thanks Dzandaa for that update.
I tried using Pointf floating point array in an overlapping Snowflake program but was not successful ( PointF(X1, Y2), PointF(X2, Y1), PointF(X3, Y2), etc was not recognized) but I saw how you did a floating point array so I will perhaps try the way you did to use floating point array in your Chaos Game program.
Yes Dzandaa.
I did forget:
type PointF = Packed record
x: Float;
y: Float;
end;
Meanwhile here are some new IFS Fractal curves I found (been playing around with colouring):