<div dir="ltr">Hi, <br><br>TInfo=record <br> s: string;<br> i: integer;<br>end;<br><br>function func1(a: array of TInfo);<br><br>how can i pass the parameter to that function?<br><br>for example, i cant do that?<br><br>func1([('test1', 1), ('test2', 2)]);<br clear="all">
<br>-- <br><div dir="ltr">I am using last reversion of Lazarus, FPC 2.6<br><br>Thanks in advance<br><br>Zaher Dirkey</div><br>
</div>