Overview

SUBSTRING will have a string input for input 1 and will output a subsection of the string indicated from starting position from input 2, which is an integer, and take the next number of characters defined by input 3.
For the example below is TestString is "Test 1: Success", input 2 was 8 and input 3 was 7 the resulting output string would be "Success"