DOMCDATASection.SubstringData

Syntax:

SubstringData(<Offset>, <Length>)

Parameters:

<Offset> (required)

Type: Number.
An offset from the character data start.

<Length> (required)

Type: Number.
The selected substring length.

Returned value:

Type: String.

Description:

Selects substrings in character data.

Availability:

Server, thick client, external connection, Mobile application (server).

Note:

Exception reasons:
  • The offset is greater than the character data size.

    

1C:Enterprise Developer's Community