Source position: amigados.pas line 1668
function Execute(
const string_: pCHAR;
file_: BPTR;
file2: BPTR
):LongBool;function Execute(
const string_: string;
file_: LongInt;
file2: LongInt
):Boolean;