Source position: amigados.pas line 1766
function SplitName( |
const name: PAnsiChar; |
seperator: ULONG; |
buf: PAnsiChar; |
oldpos: LongInt; |
size: LongInt |
):SmallInt; |
const name: ShortString; |
seperator: ULONG; |
buf: PAnsiChar; |
oldpos: LongInt; |
size: LongInt |
):SmallInt; |