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