This is an old revision of the document!
Variable "{0}" is already defined in this scope (AJTERR10014)
Product(s) | Karo.NET Compiler |
---|
Description
A variable with the same name already exists in this scope.
<code> a: number := 9; a: number := 10;/*
*/
How can I resolve this error?
Choose another name for the variable.