IF97
IF97 copied to clipboard
warning message for "A" variable - global declaration
- visual studio 2022 community edition
- Windows 11 Pro 23H2
I get the warning message when I build my Code in visual studio. The result is same whatever I use as "AA" instead of "A" I guess same variable used in another function.
If I want to clear this warning message, it is the recommended solution to change variable name from "A" to another, isn't it?