Sekedar coretan seorang nyubi
Question by zkatambara1: Delphi-programming…?
I am programing using delphi language my pproblemsI can not call a 2D dynamic array procedure.
procedure Reads(imax,jmax:integer;out A1:array of array of real); // type
procedure Tform3.Reads(imax,jmax:integer;out A1:array of array of real); // procedure
Reads(imax,jmax,A1); // calling the procedure
[Pascal Error] Unit3reservoir.pas(13): E2029 Identifier expected but ‘ARRAY’ found // the error which I am getting.
Best answer:
Answer by DMZ
check if you are declaring the array correctly on your code
What do you think? Answer below!
Tags: Delphiprogramming...
Recent Comments