CALC.mid(String, start_num, num_chars)

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

CALC.mid('abcdefghij', 2, 4);

// returns bcde

<< CALC.lower(string) © 1996-2013 InetSoft Technology Corporation (v11.4) CALC.proper(String) >>