MID Function

From Planfix
Revision as of 20:35, 8 December 2019 by SliZzzZ (talk | contribs) (Created page with "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:''...")
(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(Template:Task.String field;2;2)


Go To