Changes between Initial Version and Version 2 of Ticket #3892


Ignore:
Timestamp:
06/02/22 11:10:13 (2 years ago)
Author:
mLipok
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3892

    • Property Owner set to Jpm
    • Property Status changed from new to assigned
  • Ticket #3892 – Description

    initial v2  
    22the Func() syntax can be
    33
    4 {{{
     4{{{#!autoit
    55Func functioname ( [ [Const] [ByRef] $param1, ... ,] [ [ByNames] [ByRef] $optionalpar1 = value, ... ] )
    66
     
    1010
    1111
    12 {{{
     12{{{#!autoit
    1313#include <Array.au3>
    1414#include <File.au3>