Hey guys/girls...
I am looking to constantly check to see if a variables value has changed.
An example below might be simular
' If the value of this variable ever changes - perform some action
Dim str As String = ""
However, using a timer seems inefficient as I have multiple variables I want to monitor.
Any idea how I might go about doing this?
Thanks