I have this type in 3 different modules
2 are like this
Type RowCol (Row As Int, Col As Int)
in one of them it is as follows
the program compiles in all versions before 2.00 but in 2 I get the error
I tried to comment 2 of them out but then the compiler does not recognise the type
2 are like this
Type RowCol (Row As Int, Col As Int)
in one of them it is as follows
B4X:
'Cells row,col and key data
Type RowCol ( Row As Int,Col As Int,Key As Int)
the program compiles in all versions before 2.00 but in 2 I get the error
B4X:
Compiling code. Error
Error parsing program.
Error description: An item with the same key has already been added.
Occurred on line: 42
Type RowCol (Row As Int, Col As Int)
I tried to comment 2 of them out but then the compiler does not recognise the type