midn(string,length,numStart)
Returns a portion
of the string beginning at character number numstart and ending
with character number numend, where numstart and numend are positive
integer constants. If this segment is beyond the length of the input
string, the result is an empty string, not an error. The output
is a string variable.
Provide Feedback