Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (130 - 132 of 3883)

Ticket Resolution Summary Owner Reporter
#2675 Completed installdir.htm - Extras mlipok
Description

Documentation in installdir.htm do not mention anything about Geshi folder.

Please consider adding an appropriate description.

#629 No Bug iniwrite / iniread doesn't work on file called "clock.ini" alucke@…
Description

The code

$ini = @ScriptDir&"\clock.ini"
MsgBox(1,"",IniRead ( $ini, "Settings", "test", "nix" ))
IniWrite ( $ini, "Settings", "test", "13" )

on first execution the message is "nix" on second execution it's "13", but the file "clock.ini" is NOT created, nowhere on the entire disk I can find the file. But still the value is stored somewhere.

Naming the file to "click.ini" works as expected.

There is something special about the filename "clock.ini".

I searched the registry and found that instead of storing the data in the file it got stored in the registry:

[HKEY_USERS\S-1-5-21-1229272821-527237240-839522115-1003\Software\Microsoft\Clock]
"iFormat"="1"

[HKEY_USERS\S-1-5-21-1229272821-527237240-839522115-1003\Software\Microsoft\Clock\settings]
"test"="13"
#1550 Rejected inireadsection lite
Description

Hello Autoit-Developers

Is it possible to add a @error number to inireadsection on empty section ? current the same results @error=1 section is empty end section not exists. i need different results, @error is section is empty. e.g. @error=2

[section1]

[section2] key=value

greetings

Lite

Note: See TracQuery for help on using queries.