For some reason, in a certain project when I type Mid the intellisense changes it to mId???
The functionality doesn't change but it just looks wierd.
The same applies when I use the string version too (Mid$)
Printable View
For some reason, in a certain project when I type Mid the intellisense changes it to mId???
The functionality doesn't change but it just looks wierd.
The same applies when I use the string version too (Mid$)
Thats a new one on me.
Is this the only function that this happens to (that you have noticed)?
As far as I can tell.
I did just find a private variable in another class that was called mId :eek:
However, renaming it hasn't made a difference.
Revelation! Amazing what effect writing down your thoughts has!
Restarting the project after renaming it fixed the issue! :afrog: