AutoIt Logo
  • Login
  • Preferences
  • Help/Guide
  • About Trac
  • Wiki
  • Timeline
  • View Tickets
  • New Ticket
  • Search

Context Navigation



Results (1 - 10 of 26)

1 2 3 →
#3907: Bug: #AutoIt3Wrapper_Res_File_Add not supporting UNC path for ICO file (closed: Fixed)
Thank you for this amazing community! I have been able to make #AutoIt3Wrapper_Res_File_Add work using a local path, but not a network path. By contrast, #AutoIt3Wrapper_Res_Icon_Add seems fine with UNC paths, though not shown in the sampl ...
By mychaelsoft — 08/16/22 15:46:50
#3841: Bug: COM Error Handling (closed: No Bug)
... WinDescription:' & @TAB & StringStripWS(.WinDescription, BitOR($STR_STRIPLEADING, $STR_STRIPTRAILING, $STR_STRIPSPACES)) & @CRLF & _ @TAB & '.Description:' & @TAB & @TAB & .Description & @CRLF & _ @TAB & '.Source:' & @TAB & @TAB & . ...
By kAnon — 07/14/21 09:41:36
#3696: Feature Request: Func _ArrayFromString($s, $sDelim_Col = "|", $sDelim_Row = @CRLF, ... (closed: Completed)
... 0 To UBound($b) - 1 $b[$m] = StringStripWS($b[$m], 3) If $b[$m] == Int($b[$m]) Then $b[$m] = Int($b[$m]) Next Return $b EndIf Local $a[UBound($c)][UBound($b)] For $n = 0 To UBound($c) - 1 $b = StringSplit($c[$n], $sDelim_Col, 3) If UBound($b) > UB ...
By argumentum — 02/03/19 14:53:19
#3645: Feature Request: StringRegExpSplit (closed: Rejected)
A core function to split strings by regular expression.
By genius257 <hot415@…> — 07/16/18 21:12:34
#3243: Bug: _WinAPI_MoveFileEx(...$sNewFile = "" for delete not 0 (closed: Fixed)
_WinAPI_MoveFileEx(...$sNewFile = "" for delete not 0 The documentation for _WinAPI_MoveFileEx (https://www.autoitscript.com/autoit3/docs/libfunctions/_WinAPI_MoveFileEx.htm) is incorrect. If you want to delete a file it won't work wit ...
By christian.blackburn@… — 06/05/16 23:15:35
#3237: Bug: _EventLog__Read has an error in the __EventLog_DecodeDesc Function, ... (closed: Fixed)
... t occurrence Bilgus 5-20-2016''' Next EndIf Return StringStripWS($sDesc, $STR_STRIPLEADING + $STR_STRIPTRAILING) EndFunc ;==>__EventLog_DecodeDesc
By BILGUS — 05/20/16 23:44:07
#2993: Bug: _Excel_RangeFind returns only last occurrence of string found Rather ... (closed: Fixed)
... kbook, 1) <> "_Workbook" Then Return SetError(1, 0, 0) If StringStripWS($sSearch, 3) = "" Then Return SetError(2, 0, 0) If $iLookIn = Default Then $iLookIn = $xlValues If $iLookAt = Default Then $iLookAt = $xlPart If $bMatchcase = Default Then $bMatchcase = False Local $oMatch, $sFirst = " ...
By ricrat51@… — 02/25/15 23:25:02
#2568: Bug: StringStripWS does not strip Chr(0) as Help file states (closed: Fixed)
Problem illustrated here: http://www.autoitscript.com/forum/topic/157213-sitringstripws-versus-chr0/ Ticket opened as requested by Jon. M23
By Melba23 — 12/22/13 13:04:33
#2326: Bug: Cancel not detected in _WinAPI_GetSaveFileName() (closed: Fixed)
... StringStripWS(StringLeft($asFLines[$i], $iStart - 1), 3) $asFilter[$i * 2] = StringStripWS(StringTrimRight(StringTrimLeft($asFLines[$i], $iStart), StringLen($asFLines[$i]) - $iFinal + 1), 3) $stFilter &= "wchar[" & StringLen($asFilter ...
By KaFu — 03/17/13 23:07:26
#2296: Feature Request: SHA2 for Crypt.au3 (closed: Completed)
... GUICtrlRead($iInputEdit) If StringStripWS($sRead, 8) <> "" Then ; Check there is text available to hash. Local $bHash = _Crypt_HashData($sRead, $bAlgorithm) ; Create a hash of the text entered. GUICtrlSetData($iOutputEdit, $bHash) ; S ...
By jNizM — 12/27/12 11:48:19
1 2 3 →
Note: See TracSearch for help on searching.

Trac Powered

Powered by Trac 1.0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/