MID Function: Difference between revisions
From Planfix
(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:''...") |
No edit summary |
||
Line 10: | Line 10: | ||
MID(A;5;10) | MID(A;5;10) | ||
MID({{Task.String field}};2;2) | MID(<nowiki>{{Task.String field}}</nowiki>;2;2) | ||
Revision as of 20:36, 8 December 2019
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)