Table of Contents

Type of variadic parameter must be of type "sl.types::array" (AJTERR10043)

Product(s) Karo.NET Compiler

Description

The type specifier of a variadic parameter must be an array.

|test: string, ...optionalParameters: string|
//                                    ^^^^^^ Not an array type

How can I resolve this error?

Add square brackets to the array specifier.