Custom Query (3927 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (277 - 279 of 3927)

Ticket Resolution Summary Owner Reporter
#278 No Bug Au3Check reporting syntax errors on dictionary object. aGorilla
Description

It reported this as a syntax error, but the code seems to be working fine:

  • $App('App_Retries') += 1
#279 Rejected AddressOfVar($VariableName), SizeOfVar($VariableName) Zedna
Description

These new functiona will return memory Address/Size Of given AutoIt's Variable so we can use some pointers/typecast tricks. For example create structure "over" that memory and then get data in another type

$MemPointer = AddressOfVar($a)
$MemSize = SizeOfVar($a)
$struct = DllStructCreate("byte[" & $MemSize & "]", $MemPointer)
$data = DllStructGetData($struct, 1)

I'm sure there will be another uses of this functionality together with AutoIt's DllCall() and structures and memory API functions.

#280 No Bug built-in scite lite is not showing autocomplete-tooltip for variables Jos anonymous
Description

if i want to write a variable, that is already designed, there is no autocomplete-popup.

(release candidate 4)

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.