Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

RangeInt.end

public int end;

Description

The end index of the range (not inclusive).

Calculated by adding length to start (for instance, if you have a string “abcdef” and you care about “cde”, then this value is (start) 2 + (length) 3 = 5).