check this out
procedure add(i:integer);
begin
end;
this procedure only accepts one parameter called i
now what i want to do is that to send an integer and A STRING to
the procedure,could u tell me the sysntax?
something like
procedure add(i:integer,s:string);
begin
end;
ofcourse it's wrong i tried it out ;)
thanks in advance