MID

 
(string Textint start_numint num_chars)
MID returns a specific number of characters from a text string, starting at the position
you specify, based on the number of characters you specify.
Example: MID(QWERTY123,4,2) returns (RT).
Text: Required. The text string containing the characters you want to extract.

Example

Extract three characters, starting from position 3, in string:
mid(&SelltoPostCode,2,4)
Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.