6.9 or earlier


Parameter with data type Integer(), Double(), String() need to have default values defined.


{1, 2} for numeric arrays

{"a", "b"} for String arrays.


Otherwise get compilation error ‘A value must be specified in form {1, 2} (numeric array) or {"a" , "b"} (String array)’