MID Function

From Planfix
Revision as of 20:36, 8 December 2019 by SliZzzZ (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The MID function returns a set number of symbols of a text string, starting with a specified position.


Format: MID(text;start_position;number_of_symbols)


Examples:

MID(A;5;10)

MID({{Task.String field}};2;2)


Go To