NAME: Pos USE: Searches a specified string for the first occurrence of a specified substring. The returned value is of type byte, and if no occurrences are found then it returns zero. DEPENDENCY: None SYNTAX: Pos(SubString : String; TestString : String);