Changes between Initial Version and Version 2 of Ticket #3888
- Timestamp:
- 06/02/22 11:11:33 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3888
- Property Owner set to Jpm
- Property Status changed from new to assigned
-
Ticket #3888 – Description
initial v2 2 2 3 3 4 {{{ 4 {{{#!autoit 5 5 Local $iColor = PixelGetColor(10, 10) 6 6 ConsoleWrite('@@ Debug(' & @ScriptLineNumber & ') : $iColor = 0x' & Hex($iColor) & @CRLF) ;### Debug Console 7 8 7 }}}