Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

SUBSTRING( ) Teilstring ausgeben

Extrahiert einen Teilstring aus dem angegebenen String. Über die Eingabeparameter werden die Anfangsposition des Teilstrings und seine Länge bestimmt.

Ergebnistyp: STRING

SUBSTRING( )
SUBSTR( )

STRING = string_ausdruck

,START = 1 / arithm_ausdruck1

,LENGTH = *REST-LENGTH / arithm_ausdruck2