Issue 85644 - when wr
Summary: when wr
Status: CLOSED NOT_AN_OOO_ISSUE
Alias: None
Product: *Testproduct
Classification: Test
Component: another (show other issues)
Version: OOo 2.3.1
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: spreadsheet
QA Contact: issues@test
URL:
Keywords: oooqa
Depends on:
Blocks:
 
Reported: 2008-01-28 16:19 UTC by mindauga
Modified: 2008-01-28 17:50 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description mindauga 2008-01-28 16:19:52 UTC
Sub test
	dim value as single

'must be single - with double the problem dissapears
	sheet=thiscomponent.sheets(0)
	value = 12.51	
'value - any number with decimal part except *****.0 and *****.5
'(for example 12.0 and 12.5 are not valid)
	print value
'messaging value 12.51 - it's OK
	sheet.getcellbyposition(0,0).value = value
	print sheet.getcellbyposition(0,0).value
'must be 12.51 but we get 12.5100002288818 
End sub
Comment 1 Rainer Bielefeld 2008-01-28 17:50:25 UTC
No report, so CLOSED
Comment 2 Rainer Bielefeld 2008-01-28 17:50:42 UTC
.