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( ) Output substring

The SUBSTRING( ) function extracts a substring from the specified string. The start position of the substring and its length are determined by means of the input parameters.

Result type: STRING

SUBSTRING( )
SUBSTR( )

STRING = string_expression

,START = 1 / arithm_expression1

,LENGTH = *REST-LENGTH / arithm_expression2