How to remove redundantly entered global variable?

Somehow there is a global variable of the same name. Each has a different value assigned. Neither can be deleted. This, of course, is a problem. Both appear to be linked. One is "grayed out". The other is not. CTRL-Q does not reveal an error condition.

How do I resolve this? I need to get rid of one or both to erase the ambiguity.

1 Answer

I've never seen greyed-out variables, but try selecting the row containing the grey global variable, right-click, then select "Delete".

If it doesn't work, then delete the active global variable (maybe the other is greyed-out due to SW's confusion between the 2 values).