Denso RC5 Spezifikationen Seite 510

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 692
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 509
15-62
STRPOS (Function) [Conforms to SLIM]
Function
Obtains the position of a character string.
Format
STRPOS (<Character string 1>, <Character string 2>)
Explanation
This statement obtains the position of <Character string 2> in <Character string
1>.
For the order, count 1, 2, … from the left.
If the string is not found, 0 is returned.
Related Terms
Example
DIM li1 As Integer
li1 = STRPOS(“abcdefg”, “bc”)
'Assigns position (2) of “bc” in “abcdefg” to li1.
Seitenansicht 509
1 2 ... 505 506 507 508 509 510 511 512 513 514 515 ... 691 692

Kommentare zu diesen Handbüchern

Keine Kommentare