Issue 6890 - StarBasic logical operator 'Imp' works as 'Eqv'
Summary: StarBasic logical operator 'Imp' works as 'Eqv'
Status: CLOSED FIXED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: PC Windows 2000
: P3 Trivial
Target Milestone: ---
Assignee: chne
QA Contact: issues@api
URL:
Keywords:
: 14386 (view as issue list)
Depends on:
Blocks:
 
Reported: 2002-08-09 16:45 UTC by Unknown
Modified: 2013-02-24 21:08 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 Unknown 2002-08-09 16:45:18 UTC
Run this:

Sub Main
    'Eqv
    Print "True Eqv True is " & ( True Imp True )
    Print "True Eqv False is " & ( True Imp False )
    Print "False Eqv True is " & ( False Imp True )
    Print "False Eqv False is " & ( False Imp False ) 

    'Imp
    Print "True Imp True is " & ( True Imp True )
    Print "True Imp False is " & ( True Imp False )
    Print "False Imp True is " & ( False Imp True ) 'Expected TRUE
    Print "False Imp False is " & ( False Imp False )
End Sub
Comment 1 ooo 2002-12-19 10:41:18 UTC
StarBasic runtime issue
Comment 2 ab 2003-01-17 14:51:10 UTC
Could reproduce the bug
Comment 3 ab 2003-02-18 10:35:02 UTC
Fixed in cws basetech01
Both the IMP and the EQV operator were wrong. The basic example code 
in this issue is wrong because only IMP is used there.
Comment 4 ab 2003-02-19 15:33:41 UTC
Reopened to change owner
Comment 5 ab 2003-02-19 15:35:14 UTC
ab->cn: please test on cws basetech01
Comment 6 chne 2003-02-20 11:18:22 UTC
CN->AB: I 'fixed' it for you ;-)
Comment 7 chne 2003-02-20 11:19:18 UTC
CN: tested in cws basetech01
Comment 8 chne 2003-02-24 13:17:24 UTC
CN: tested in srx644_m4s5-2
Comment 9 ab 2003-06-13 11:15:08 UTC
*** Issue 14386 has been marked as a duplicate of this issue. ***