Custom Query
Results (139 - 141 of 3841)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#570 | No Bug | AutoIt problems handling filenames with two or more consecutive dollar signs | sven-olof.gransten2@… | |
Description |
Ihave used functions FileGetLong and FileGetTime and both gives error back if filename contains several consecutive dollar signs. Example of filenames giving error: cbep$$bnk.txt
Works for filenames: cbep$bnk.txt
The filename cbep$$bnk.txt comes from (via FTP) an UNISYS Clear Path mainframe machine causing problems in my PC when trying to set the correct modification time with an AutoIt script. |
|||
#573 | No Bug | Random ($min, $max) when $min = $max | anonymous | |
Description |
I tried in Delphi 2007 and Random($min, $max) = $min (or $max) Reference: Ticket #296 - it's not true |
|||
#575 | No Bug | @ProgramFilesDir | JPPercy | |
Description |
It doesn't work correctly in Windows Vista Portuguese. MsgBox (0, "", @ProgramFilesDir ) My Windows Vista is in Portuguese, then it needs to return "c:\Arquivos de Programas" but it returns "c:\Program Files" |