This Name is Already in Use

From Xojo Documentation

Error message

You used a variable name in a Var statement that has already been declared in another Var statement or as a property. Or, you tried to declare a property with the same name as another property.


Examples

Var a,b as Double
Var b as Double //already in use


See Also

Var statement.