Hello, i am just trying to create a single auto drop function that drops everything in slots 5-28, i am failing miserably. any ideas?
Hello, i am just trying to create a single auto drop function that drops everything in slots 5-28, i am failing miserably. any ideas?
Simba Code:DropAllExcept([1, 2, 3, 4]);
procedure DropAllExcept(DontDrop: TIntegerArray);
usage:
DropAllExcept([1,2,3,4])
Edit:BMW!
Creds to DannyRS for this wonderful sig!
so basically it would look like this? i just wrote this in this box and it probably sucks =( did i even do it right?
program dropall;
procedure DropAllExcept;
begin;
DroAllExcept ([1,2,3,4,]);
end;
begin;
DropAllExcept;
end;
There are currently 1 users browsing this thread. (0 members and 1 guests)