qa.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
INSTR
   Directive Summary  Summary
──────────────────────────────────────────────────────────────────────────────
 
  Syntax:  numericlabel INSTR [start,]string1,string2
 
  Returns the starting position of string2 inside string1; the result is
  a number assigned to numericlabel. The first character is indexed as
  1. INSTR returns 0 if string1 is not found.
 
  numericlabel   Name of the resulting constant.
 
  start          Starting position of the search (default value: 1).
 
  string1        The string being searched.
 
  string2        The string to search for.
 
   See Also:  CATSTR, SIZESTR, SUBSTR
                                    -♦-