CALC.left(string, num_chars)

Returns num_char number of characters from the left of a text string.

Example

CALC.left('abcdefghij', 4);

// returns abcd

<< CALC.fixed(number, decimals, no_commas) © 1996-2013 InetSoft Technology Corporation (v11.4) CALC.len(string) >>