To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=85284 Issue #|85284 Summary|BASIC: Variable Type "Float" does not exist Component|framework Version|current Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|ui Assigned to|ufi Reported by|jsk
------- Additional comments from [EMAIL PROTECTED] Wed Jan 16 11:42:25 +0000 2008 ------- The help describes a datatype called "Float" and even delivers an example for its usage. See below "types of variables": Decimal Variables Decimal variables can take positive or negative numbers or zero. Accuracy is up to 29 digits. Dim Variable As Float You can use plus (+) or minus (-) signs as prefixes for decimal numbers (with or without spaces). If a decimal number is assigned to an integer variable, StarOffice Basic rounds the figure up or down. The datatype does not exist, the correct one must be "Single" which is described below decimal variables. --------------------------------------------------------------------- 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]
