mid |
Manual -> Report Generator -> Engineering in the Editor -> Report functions -> Text functions -> mid |
Show all Hide all |
The function mid (string, numStart, numLen) returns a string with a defined number (numLen) of characters from the start position (numStart) from the original text string (string).
Syntax: =mid(string,numStart,numLen)
Example |
Cell A1 = abcdefgh |