User Tools

Site Tools


en:mid

This is an old revision of the document!


Mid (Function)

Format

mid( string_expr, start_expr, length_expr)

returns string_value

Description

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

Example

print mid("Hello", 2, 3)

will display

ell

See Also

en/mid.1462859234.txt.gz · Last modified: 2020/02/28 10:46 (external edit)