well, i'm working on a chopper and i want to know how to add more options. I added "tree: 'normal'" in const and
i've also added this:
Procedure TreeLoops;
begin
case Tree of
'normal': ChopNormal;
end;
and it says - identifier expected, tell me what i did wrong and how to fix it.![]()



Reply With Quote






