Quantcast
Channel: AutoIt v3 - Developer Chat
Viewing all articles
Browse latest Browse all 750

Different boolean result from Execute in AU3 versus EXE

$
0
0

This small reproducing script shows:

 

Result: 1 from AU3 (Run from full Scite by F5)

Result: True from compiled EXE

$test = '1 > 0' MsgBox(0,'Output', $test & @CRLF & 'Result: ' & Execute($test))

I think behaviour should be the same from AU3 and EXE.

 

Is it bug?

 

EDIT: My mistake, see post #3 for explanation ...


Viewing all articles
Browse latest Browse all 750

Latest Images

Trending Articles



Latest Images