User Tools

Site Tools


syntax:functions:mid

This is an old revision of the document!


Mid(text, N, K)

Returns K characters of the text, starting with the N-th character, where N and K are numbers.

First argument is implicitly converted into text, if required.

Example Result
mid('27.03.2015', 4, 2) 03
mid('Los Angeles', 5, 5) Angel

See also

syntax/functions/mid.1432646607.txt.gz · Last modified: 2015/05/26 09:23 by dmitry

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki