CALC.t(value)
Returns the text referred to by Value. Value can be any type of data if it is text data then the functions returns the parameter passed, if it is numerical or Boolean data then the function returns an empty string.
Example
CALC.t('asd');
// returns asd
CALC.t(true); or var t = CALC.t(56);
// returns ''
| << CALC.substitute(text, old_text, new_text, instance_num) | © 1996-2013 InetSoft Technology Corporation (v11.5) | CALC.text(value, format_text) >> |