[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 POS                      Scan String for Sub String                   pp 72

 Syntax:  Pos (SubStr,String) ;

 Type:    Integer

 Form:    Function

 Purpose: Scan String for first occurrence of SubStr.


 ----------------------------------------------------------------------------


 Usage:
       VAR
          IntVar : Integer           ;
          Str    : String [80]       ;
          SubStr : String [10]       ;

       BEGIN
          IntVar := Pos (SubStr,Str) ;
       END.

See Also: Concat Copy Delete Insert Length
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson