Denso RC5 Spezifikationen Seite 506

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 692
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 505
15-58
LEN (Function) [Conforms to SLIM]
Function
Obtains the length of a character string in bytes.
Format
LEN (<Character string >)
Explanation
This statement obtains the total sum byte count of the character string length
designated in <Character string>.
Related Terms
MID$, LEFT$, RIGHT$
Example
DEFINT li1, li2
DIM ls1 As String
li1 = LEN( “abcdefg” )
'Assigns 7 characters of the character string “abcdefg” to li1.
li2 = LEN( ls1 ) 'Assigns the byte count of ls1 to li2.
Seitenansicht 505
1 2 ... 501 502 503 504 505 506 507 508 509 510 511 ... 691 692

Kommentare zu diesen Handbüchern

Keine Kommentare