Custom Query
Results (85 - 87 of 3883)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2178 | Duplicate | problem with error | anonymous | |
Description |
I'm getting the error "missing separator character after keyword" with this code: $o.To=1 $o.In=1 $o.Then=1 etc. The script works fine despite this error. |
|||
#3176 | No Bug | possible error in DriveMapAdd documentation | rick.narveson@… | |
Description |
DriveMapAdd refers to 3 constants and claims they are defined in AutoItConstants.au3, but they aren't there. I could not find them anywhere. [optional] A combination of the following:
Constants are defined in "AutoItConstants.au3" I'm a new user of autoit (<6 mos). I'm not much of a programmer but I like it a lot for task automation. Rick Narveson, |
|||
#1600 | No Bug | please check "=" Operator bug | ssmmhh@… | |
Description |
please check "=" Operator bug
why "1." result is true, is this bug? i found this issue in Array.au3 (_ArraySearch) case compare 0 vs string 971 : If $avArray[$i] = $vValue Then Return $i 997 : If $avArray[$i][$j] = $vValue Then Return $i |