[fpc-pascal] Clueless here

mariano podesta antiriad at gmail.com
Thu Jun 29 22:20:43 CEST 2006


hi daruis

change this line

    Params[i] := @Parameters[i];
>


with this

Params[i]^ := Parameters[i];

hope it works.
marianop
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20060629/55c6c7c3/attachment.html>


More information about the fpc-pascal mailing list