-
Declaration:
- Function Pos (Const Substr : String;Const S : String) : Integer;
-
Description:
- Pos returns the index of Substr in S, if S contains Substr. In case Substr isn’t found, 0
is returned. The search is case-sensitive.
-
Errors:
- None
-
See also:
- Length (527), Copy (477), Delete (481), Insert (521)
Listing: refex/ex48.pp