FinalVersion Posted February 10, 2010 Posted February 10, 2010 I know in C++ you can use !=, I tried it with autoit but it didn't work. So I checked the help file, it just has less then, less then or equal to etc. Is there a way in autoit? [center][+] Steam GUI [+][+] Clipboard Tool [+][+] System :: Uptime [+][+] StarCraft II Mouse Trap [+][/center]
Steveiwonder Posted February 10, 2010 Posted February 10, 2010 (edited) Try If $var <> 0 Then bla bla bla. Edited February 10, 2010 by Steveiwonder They call me MrRegExpMan
FinalVersion Posted February 10, 2010 Author Posted February 10, 2010 Ah, I'm using this. If $var <> "bla bla" Then ... I'll still try <>. [center][+] Steam GUI [+][+] Clipboard Tool [+][+] System :: Uptime [+][+] StarCraft II Mouse Trap [+][/center]
FinalVersion Posted February 10, 2010 Author Posted February 10, 2010 Oh wow, it worked thanks. [center][+] Steam GUI [+][+] Clipboard Tool [+][+] System :: Uptime [+][+] StarCraft II Mouse Trap [+][/center]
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now