|
3 | 3 | [I have made several tickets](https://www.autoitscript.com/trac/autoit/query?reporter=%5ETheDcoder&col=id&col=summary&col=owner&col=type&col=status&col=cc&desc=1&order=id) in [AutoIt's Bug Tracker](https://www.autoitscript.com/trac/autoit).
|
4 | 4 |
|
5 | 5 | ## Snippets
|
6 |
| -[StringTrimLeftUntil & StringTrimRightUntil](https://www.autoitscript.com/forum/topic/139260-autoit-snippets/?page=10#comment-1250764) - Does what it says |
| 6 | +[`StringTrimLeftUntil` & `StringTrimRightUntil`](https://www.autoitscript.com/forum/topic/139260-autoit-snippets/?page=10#comment-1250764) - Does what it says |
7 | 7 |
|
8 |
| -[StringLeftUntil & StringRightUntil](https://www.autoitscript.com/forum/topic/139260-autoit-snippets/?page=12#comment-1257918) - Does what it says |
| 8 | +[`StringLeftUntil` & `StringRightUntil`](https://www.autoitscript.com/forum/topic/139260-autoit-snippets/?page=12#comment-1257918) - Does what it says |
9 | 9 |
|
10 |
| -[CalcPercent](https://www.autoitscript.com/forum/topic/139260-autoit-snippets/?page=11#comment-1254091) - Clean calculations |
| 10 | +[`CalcPercent`](https://www.autoitscript.com/forum/topic/139260-autoit-snippets/?page=11#comment-1254091) - Clean calculations |
11 | 11 |
|
12 |
| -[ArraySplit](https://www.autoitscript.com/forum/topic/139260-autoit-snippets/?page=11#comment-1256397) - Simply put, Converts an 1D Array to an 2D Array based on Delimiters (See the example if you want to know what it does clearly) |
| 12 | +[`ArraySplit`](https://www.autoitscript.com/forum/topic/139260-autoit-snippets/?page=11#comment-1256397) - Simply put, Converts an 1D Array to an 2D Array based on Delimiters (See the example if you want to know what it does clearly) |
13 | 13 |
|
14 |
| -[IsMgcNumPresent](https://git.io/vPFjk) - Checks if a number is a present in a number (Magic numbers aka Powers of 2) |
| 14 | +[`IsMgcNumPresent`](https://git.io/vPFjk) - Checks if a number is a present in a number (Magic numbers aka Powers of 2) |
15 | 15 |
|
16 |
| -[IniReadWrite](https://gist.github.com/TheDcoder/b5035d600b7a130ea45311541a15a555) - Wrapper for IniRead. Writes the "default" value to the Ini file if the key does not exist! Very useful to generate `config.ini` by just replacing `IniRead` with `IniReadWrite` |
| 16 | +[`IniReadWrite`](https://gist.github.com/TheDcoder/b5035d600b7a130ea45311541a15a555) - Wrapper for IniRead. Writes the "default" value to the Ini file if the key does not exist! Very useful to generate `config.ini` by just replacing `IniRead` with `IniReadWrite` |
17 | 17 |
|
18 |
| -[_IEWaitForTagText](https://git.io/vHxOT) - Waits for a HTML tag to appear with the specified text |
| 18 | +[`_IEWaitForTagText`](https://git.io/vHxOT) - Waits for a HTML tag to appear with the specified text |
19 | 19 |
|
20 |
| -[ConvertTime12To24](https://git.io/vdWnY) - Converts 12 hour time to 24 hour time, made while keeping _DateDiff's format in mind :) |
| 20 | +[`ConvertTime12To24`](https://git.io/vdWnY) - Converts 12 hour time to 24 hour time, made while keeping _DateDiff's format in mind :) |
21 | 21 |
|
22 | 22 | ## UDFs
|
23 | 23 |
|
|
0 commit comments