Custom Query (3917 matches)
Results (316 - 318 of 3917)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #565 | Rejected | Calculate Membership in group or ranges | ||
| Description |
A function for calculating the membership in a group or range, which returns True or False. Example: $a = 5 Member($a,1;3;4;7;9;b-m) Member($a,1-4;6;8-22) Member($a,A-H;z;n-x;5) Member($a,EvenNumbers(13,79)) |
|||
| #567 | No Bug | missing function | ||
| Description |
Obfuscator does not add _GUICtrlListView_Sort() function to compiled script. Example script: #AutoIt3Wrapper_Run_Obfuscator=y
#Obfuscator_Parameters=/SO
#include <GuiListView.au3>
#include <GUIConstantsEx.au3>
$hGUI = GUICreate("")
$hListView = _GUICtrlListView_Create($hGUI, " ", 0, 0)
GUISetState()
_GUICtrlListView_RegisterSortCallBack($hListView)
Do
Until GUIGetMsg() = $GUI_EVENT_CLOSE
_GUICtrlListView_UnRegisterSortCallBack($hListView)
|
|||
| #570 | No Bug | AutoIt problems handling filenames with two or more consecutive dollar signs | ||
| 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. |
|||
