User Tools

Site Tools


el:mid

Table of Contents

Mid

Format

mid( string, start character, length)

Description

Returns a portion of the specified string, starting from the start character, and continuing for length characters.

See Also

Example

print mid("Hello", 2, 3)

will display

ell
el/mid.txt · Last modified: 2020/02/28 10:46 (external edit)