Changes between Initial Version and Version 1 of Ticket #3970, comment 3
- Timestamp:
- 11/08/23 00:06:36 (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3970, comment 3
initial v1 1 1 Yes that, or simpler: always use CW() in place of ConsoleWrite() like this: 2 2 3 {{{ 3 {{{#!autoit 4 4 Func CW($s = "") 5 5 If @Compiled Then