HP Prime for All

English  Русский 

Syntax

MID(string, position, [n])

Description

Extracts n characters from string starting at position. If n is not specified, then MID extracts the remainder of the string from position.

Example

MID("MOMOGUMBO",3,5) returns "MOGUM" MID("PUDGE",4) returns "GE"

MID — Discussion