Issue 115385 - cBool("False") - incompatible types
Summary: cBool("False") - incompatible types
Status: CLOSED DUPLICATE of issue 115237
Alias: None
Product: App Dev
Classification: Unclassified
Component: scripting (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: PC Linux, all
: P3 Trivial
Target Milestone: ---
Assignee: ab
QA Contact: Unknown
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-03 20:18 UTC by deye
Modified: 2013-02-24 21:01 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 deye 2010-11-03 20:18:10 UTC
Basic code that gives error:

Sub Main
msgbox cBool("False")
End Sub

This code works fine:

Sub Main
msgbox cStr(False)
End Sub
Comment 1 kay.ramme 2010-11-04 14:26:33 UTC
Andreas, please have a look.
Comment 2 ab 2010-11-04 16:32:30 UTC
Duplicate to
https://so-web.germany.sun.com/iBIS/servlet/edit.ControlPanel?tid=i115237


*** This issue has been marked as a duplicate of 115237 ***
Comment 3 Mechtilde 2010-11-28 18:16:07 UTC
duplicate -> closed