I'm trying to debug a piece of code which contains conditions like :
IF var_x = 'Y' THEN...
I have been ussing 'Set Variable' to set var_x to 'Y' - but when I step into the line of code it is executed as if the two sides of the condition are not equal (?).
var_x is show as 'Y' in the Watch Items window, and if I mouse over but the condition is not treated as being True...
Does this 'Set variable' feature not work ?
IF var_x = 'Y' THEN...
I have been ussing 'Set Variable' to set var_x to 'Y' - but when I step into the line of code it is executed as if the two sides of the condition are not equal (?).
var_x is show as 'Y' in the Watch Items window, and if I mouse over but the condition is not treated as being True...
Does this 'Set variable' feature not work ?