So my secound question todayIve got a TPA but i need to pass it into a function which takes an Array of TPA's. So i tried changing a TPA into it doing it like this
[smart]
OreTPA,RubishTPA :TPointArray;
ATPA1,ATPA2,ATPA3,OreATPA :TPointArrayArray;
[/smart]
[smart]
SetLength(OreATPA,1);
OreATPA[0] := [OreTPA] //line 133
[/smart]
I think this is causing this run time error
but if this is not the error say so and ill post the whole function/scriptCode:Error: Type Mismatch at line 133
Thanks for the help![]()





Ive got a TPA but i need to pass it into a function which takes an Array of TPA's. So i tried changing a TPA into it doing it like this 
Reply With Quote




