mid( string_expr, start_expr, length_expr)
returns string_value
Returns a portion of the specified string_expr, starting from the start character, and continuing for length characters.
print mid("Hello", 2, 3)
will display
ell
Asc, Chr, Count, Countx, Explode, Explodex, Implode, Instr, Instrx, Left, Length, Lower, MD5, Mid, Midx, Replace, Replacex, Right, String, Upper