ajterr:10019

A parameter with this name was already defined (AJTERR10019)

Product(s) Karo.NET Compiler

In a function definition you cannot name two parameters with the same name.

helloWorld |parameter: string, parameter: string|: string { }
//                             ^^^^^^^^^  The second parameter has the same name as the first one

Use different names for the different parameters.

  • ajterr/10019.txt
  • Last modified: 2025-03-09 14:22
  • by admin