Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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.

  • No labels