stringfind.bmx 198 B

123456
  1. Rem
  2. StringFind( str$,sub$,start=0 )
  3. Look for a substring within a string
  4. The index of the first instance of <b>substring </b>found within <b>str,</b> or -1
  5. if <b>substring </b>is not found
  6. End Rem