Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (94 - 96 of 3866)

Ticket Resolution Summary Owner Reporter
#496 Duplicate obsolete @Unicode macro still in helpfile Zedna
Description

3.2.12.0 (XXth, YYY 200x) (Next Release)

  • Changed: @Unicode renamed in @AutoItUnicode. @Unicode is an alias for now. It will be removed > 3.2.14.0

AutoIt3.chm::/html/functions/GUICtrlCreateDate.htm

it's in example

#483 Fixed obsolete @ProcessorArch still in helpfile Valik Zedna
Description

changelog 3.2.13.2 (15th June, 2008) (Beta):

  • Changed: @ProcessorArch changed to @OSArch as it was misleading.

AutoIt3.chm::/html/intro/64-bit_support.htm

To see if you are running under a 64-Bit Edition of Windows use @ProcessorArch macro. To see if you are using the 32 or 64-bit version of AutoIt use @AutoItX64.

#2822 Fixed object('item')('item') syntax support Jpm anonymous
Description

In beta 3.3.13.13 i execute this code without any errors. But AU3Check find here error:Statement cannot be just an expression.

Here the code

$work = ObjCreate('scripting.dictionary')
$work.add('data', ObjCreate('scripting.dictionary'))

$work('data')('user') = @UserName ;error here


;use some data
ConsoleWrite($work('data')('user') & @CRLF)
Note: See TracQuery for help on using queries.