Product: LABELVIEW, CODESOFT
Version: All Versions
|
mid(<<string>>, <<start>>, <<num_char>>): Returns a character string that is extracted from the string argument. The string starts at the position corresponding to the value of the start argument (<<start>>) and has a length equal to the (<<num_char>>) argument.
Example:
mid("Paris, New York",8,8) = New York
|