To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=96885
User oj changed the following: What |Old value |New value ================================================================================ Status|NEW |RESOLVED -------------------------------------------------------------------------------- Resolution| |INVALID -------------------------------------------------------------------------------- ------- Additional comments from [EMAIL PROTECTED] Tue Dec 9 08:07:23 +0000 2008 ------- Extract from the OpenFormula spec: T Summary: Return the text (if text), else return 0-length Text value Syntax: T( Any X ) Returns: Text Constraints: None Semantics: The type of (a dereferenced) X is examined; if it is of type Text, it is returned, else an empty string (Text value of zero length) is returned. This is not a type-conversion function; T(5) produces an empty string, not "5". Test Cases: Expression Result Level Comment =T("HI") "HI" 1 T does not change text. =T([.B3]) "7" 1 References transformed into what they reference. =T(5) "" 1 Non-text converted into null string. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]