Quantcast
Channel: AutoIt v3 - General Help and Support
Viewing all articles
Browse latest Browse all 12506

"=" or "==", I don't understand...

$
0
0
Should I expect the message "yes" or "no" from the following code?

[ autoit ]      
local $value = 0 if $value = "abcdef" Then     msgbox(0,"","yes") else     msgbox(0,"","no") endif

Note: $value can contain both numbers or texts in my program and I want the test to be Case insensitive...

Viewing all articles
Browse latest Browse all 12506

Trending Articles