ajterr:10013

This is an old revision of the document!


Type of a variable assignment must be a type (AJTERR10013)

Product(s) Karo.NET Compiler

When specifying the type of a variable assignment you must reference a type. This error is thrown when your code references something else.

test1: number := 7;
test: test1 := 4;
//    ^^^^^  You are referencing a property here instead of a type.
example::exampleClass { }

Specify a valid type.

  • ajterr/10013.1740862860.txt.gz
  • Last modified: 2025-03-01 22:01
  • by admin