Modify

Opened 13 years ago

Closed 13 years ago

#2435 closed Bug (No Bug)

Different behaviour between "=" and "=="

Reported by: binhnx89@… Owned by:
Milestone: Component: AutoIt
Version: 3.3.8.1 Severity: None
Keywords: Cc:

Description

It's different result when use "=" or "==" to compare string value with an integer number of 0:
Local $sTest = "test"
ConsoleWrite($sTest == 0) ; True
ConsoleWrite($sTest = 0) ;False

Attachments (0)

Change History (1)

comment:1 by Melba23, 13 years ago

Resolution: No Bug
Status: newclosed

No bug - see 2434

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.