en:mid

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.

Example

print mid("Hello", 2, 3)

will display

ell

See Also

en/mid.txt · Last modified: 2014/02/09 20:49 by admin