Custom Query (3917 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (316 - 318 of 3917)

Ticket Resolution Summary Owner Reporter
#565 Rejected Calculate Membership in group or ranges Dschingis
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 grzesiek
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 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

cbep$$$bnk.txt

Works for filenames: cbep$bnk.txt

cbep$bn$k.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.

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