To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=75286 Issue #|75286 Summary|Help on Int() is wrong and not consistent with Fix() Component|framework Version|OOo 2.1 Platform|PC URL| OS/Version|Windows XP Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P5 Subcomponent|scripting Assigned to|npower Reported by|catkin
------- Additional comments from [EMAIL PROTECTED] Sun Mar 11 11:24:58 +0000 2007 ------- Hello :-) A) In the Help on Int() the description is wrong. B) The Help on Int() and Fix() describes identical usages differently. ========== A) The Int() function is wrongly described: "Returns the integer portion of a number.". It should be something like "Returns the first integer less than or equal to the numeric expression." [The Fix() description could be clarified (?) to "Returns the numeric expression with any fractional part removed."] ========== B) Here are the diferent descriptions of identical usages with suggestions Syntax Int(): Int(Number) Fix(): Fix(Expression) Suggestion: <Function Name>(Numeric Expression) Parameters Int(): Any valid numeric expression. Rounds the fractional part of the number and returns the integer value. Fix(): Numeric expression that you want to return the integer value for. Suggestion: Numeric expression that will fit in a Double after conversion. Best Charles --------------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]