mid( string, start character, length )
Returns a portion of the specified string, starting from the start character, and continuing for length characters.
Left, Right
The line
print mid("Hello", 2, 3)
ell