Getting the compiler error message saying I have a duplicated (local) variable declaration.
Click the error pad, right mouse click on the message, find references and it only shows up once in the source, so not going mad.
The debugger shows two instances of the local variable one after the other in memory (locate offset) with different values.
The only mention of duplicate label warnings on here is this one Duplicate Label Warnings - questions - ClarionHub
Anyone seen this before?