hi,
this problem puzzles me, i can't compile my program - please help.
the declaration and the mode
{$mode objfpc}{$H+}
point5: ARRAY[0..4] OF Tpoint;
i try ti assign some values to a point:
point5[0] := point(xm, ym);
andd it fails with
xygrph30\xygraph3d.pas(2086,26) Fatal: Syntax error, ")" expected but "," found
what am i doing wrong?