Hi, I've put it in Helpful tip for no other option. With this code:
function FillRFIndexes(rfindexes:PInteger):Integer;
var
i:Integer;
z:Pinteger;
begin
Result:=0;
z:=rfindexes;
if rfindexes=nil then
exit;
for i:=0 to {some}.Count-1 do
begin
if {some condition} then...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.