Action script to trim string to characters between two given values representing characters in the string.
Input
Takes variable containing string to trim.
Start index
Takes value to start trim from, this cannot take a higher value than length.
Length
Takes value which defines the length of the resulting string, this cannot exceed the length of the string being trimmed.
Output
Assigns variable name to variable containing resulting string.