Issue 115912 - Boolean problem in Basic
Summary: Boolean problem in Basic
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: Mac Mac OS X, all
: P3 Trivial
Target Milestone: ---
Assignee: ab
QA Contact: Unknown
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-03 23:13 UTC by dgerstmann
Modified: 2017-05-20 09:32 UTC (History)
2 users (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 dgerstmann 2010-12-03 23:13:57 UTC
Found in Version OOO330m13, but not in 3.2.1.

GIVEN THE FOLLOWING STATEMENTS IN A SUB:
 
  dim TEST(1 to 4) as boolean
  TEST(1) = TRUE
  TEST(2) = "TRUE"
  TEST(3) = FALSE
  TEST(4) = "FALSE"

THE STATEMENT <TEST(4)="FALSE"> GIVES THE FOLLOWING ERROR:

"Inadmissible value or data type. Data type mismatch."
Comment 1 Marcus 2010-12-04 07:52:04 UTC
due to the rules not a P1 issue

@ab: please have a look
Comment 2 Marcus 2010-12-04 07:54:47 UTC
.
Comment 3 Oliver Brinzing 2010-12-04 16:33:07 UTC
.
Comment 4 ab 2010-12-06 11:42:49 UTC
Duplicate, should be fixed in OOO330m14


*** This issue has been marked as a duplicate of 115237 ***