PartyPooper Posted November 19, 2005 Posted November 19, 2005 Why is it I can use: ElseIf Number($Split[2]) >= 0.2 And Number($Split[2]) <= 0.3 Thenbut I can't use:ElseIf Number($Split[2]) => 0.2 And Number($Split[2]) <= 0.3 ThenIs there a reason why AutoIt sees a precedence difference between >= and => ?
MHz Posted November 19, 2005 Posted November 19, 2005 Having the equals sign before a greater or less then sign is incorrect in the AutoIt Helpfile. It is noted as being incorrect for a basic language as you can also see at this wiki.AutoIt is a basic language and tries to follow the syntax of basic languages.
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