User Tools

Site Tools


syntax:functions:mid

This is an old revision of the document!


Mid(text, N, K)

Returns K characters of text, starting from 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, 4) Ange

See also

syntax/functions/mid.1428098643.txt.gz · Last modified: 2015/04/03 18:04 by elenap

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki