Bug 44240 - [macros] MsgBox Val("123") prints 123123
Summary: [macros] MsgBox Val("123") prints 123123
Status: RESOLVED DUPLICATE of bug 44172
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: BASIC (show other bugs)
Version:
(earliest affected)
3.5.0 Beta2
Hardware: Other All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-28 12:20 UTC by Gustavo Pacheco
Modified: 2012-01-04 22:46 UTC (History)
0 users

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gustavo Pacheco 2011-12-28 12:20:04 UTC
This macro prints 123123 but should print 123:

Sub Main
 msgBox  val("123")
End Sub

Thanks!
Gustavo Pacheco.
Comment 1 August Sodora 2012-01-04 22:46:49 UTC

*** This bug has been marked as a duplicate of bug 44172 ***