I there a way i can write procedures into a includes script so that way i dont need to rewrite a procedure into more then one script. Example. To run the procedure opentext; all i have to do is type
An it will get the opentext proceduer from an includes script?SCAR Code:program New;
begin
opentext;
end.
