Trims a string to given length from the left.
Input
takes a variable containing a string to be trimmed.
Length
Sets the length for the string to be trimmed to.
Output
sets the name of the variable to output final string to.
Trims a string to given length from the left.
takes a variable containing a string to be trimmed.
Sets the length for the string to be trimmed to.
sets the name of the variable to output final string to.