Changes between Initial Version and Version 2 of Ticket #3892
- Timestamp:
- 06/02/22 11:10:13 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3892
- Property Owner set to Jpm
- Property Status changed from new to assigned
-
Ticket #3892 – Description
initial v2 2 2 the Func() syntax can be 3 3 4 {{{ 4 {{{#!autoit 5 5 Func functioname ( [ [Const] [ByRef] $param1, ... ,] [ [ByNames] [ByRef] $optionalpar1 = value, ... ] ) 6 6 … … 10 10 11 11 12 {{{ 12 {{{#!autoit 13 13 #include <Array.au3> 14 14 #include <File.au3>