EndIf
Why not?
I have to do this instead
If Not (1 = 2) Then
EndIf
Or this
If 1 <> 2 Then
EndIf
Maybe I'm missing something.
Edited by ligenza, 29 September 2005 - 02:33 PM.
Posted 29 September 2005 - 01:30 PM
Edited by ligenza, 29 September 2005 - 02:33 PM.
Posted 29 September 2005 - 01:36 PM
Edited by w0uter, 29 September 2005 - 01:36 PM.
Posted 29 September 2005 - 01:39 PM
!= works...?!= = <>
lol, it looks like a shovel
Posted 29 September 2005 - 02:04 PM
Posted 29 September 2005 - 02:12 PM
Posted 29 September 2005 - 02:32 PM
@wouter, yes, it is. The statement means less than and greater than, which means it can't be the same.
;If 1 != 2 Then MsgBox(0, "!=", ""); Generates an error If 1 <> 2 Then MsgBox(0, "<>", ""); Works
Posted 29 September 2005 - 02:34 PM
Posted 29 September 2005 - 02:35 PM
Posted 29 September 2005 - 02:55 PM
Because "AutoIt v3 is a freeware BASIC-like scripting language...." and BASIC uses <> as the not-equals operator.;If 1 != 2 Then MsgBox(0, "!=", ""); Generates an error If 1 <> 2 Then MsgBox(0, "<>", ""); Works
Why can't I have both..? I think .NET allows the use of either or.
Posted 29 September 2005 - 03:42 PM
Allow users to create their own operators then like in .NET. It's the spirit of open source to give people OPTIONS. I've used <> and != for years so it's not a big issue. The community mentality here is.Because "AutoIt v3 is a freeware BASIC-like scripting language...." and BASIC uses <> as the not-equals operator.
Maybe the devs think it's a slippery slope. If someone wants !=, then someone else will want the ability to use ! instead of the NOT keyword.....
Posted 29 September 2005 - 03:48 PM
Posted 29 September 2005 - 04:00 PM
me 2 !omg omg i want ! to be not.
Posted 29 September 2005 - 05:51 PM
Allow users to create their own operators then like in .NET. It's the spirit of open source to give people OPTIONS. I've used <> and != for years so it's not a big issue. The community mentality here is.
Posted 29 September 2005 - 07:26 PM
... you know not what you speak. .NET is a million things AutoIt will never be so don't fear of making it a usefull language.Oh yes. Own operators. This cool. I can't live without ten or eleven operators that do one thing. Yeah.
Do you noticed about .NET framework size? And it's speed? Do you want that Autoit come this way? I'm not
Posted 29 September 2005 - 07:59 PM
Edited by w0uter, 29 September 2005 - 08:00 PM.
Posted 29 September 2005 - 08:01 PM
Because there are tards like you that make the forum so entertaining! Playing around with AutoIt has not had an impact on my .NET coding.(i so hope you get a ban from the forums for posting like that)
if .net is so usefull.
why dont you go use it and leave ?
Posted 29 September 2005 - 08:52 PM
Posted 29 September 2005 - 09:55 PM
Okay, only for you though..NET IS so useful, this idea is just coming from someone on the other side of the tracks, without a background in BASIC.
Ligenza, simple fact of the matter is <> goes along with the BASIC style everyone is already useful. Version 4 will hopefully move to a bracketed language (is that what you call 'em?) and accept operators as such.
Until then, welcome to the forum. Feel free to let w0uter off easily this time, he just doesn't realize the power of .NET
Posted 29 September 2005 - 10:00 PM
autoit is a scripting language, not a coding language
Posted 29 September 2005 - 10:06 PM
Those who can't, teach.java > .net
atleast thats what my teacher says
i remember (something like) this
0 members, 0 guests, 0 anonymous users