Recent content by nickross

  1. N

    Debugging - 'Set variable' not working

    I'm definitely setting it to Y (no quotes).
  2. N

    Debugging - 'Set variable' not working

    Marco - the example code was simplified... it's actually : IF var_x = var_y THEN... where var_y has a value of 'Y'. If you see what I mean.
  3. N

    Debugging - 'Set variable' not working

    No; doesn't look like it. When the debugger encounters the IF/THEN statement and doesn't go inside it - as it should - it steps onto the first line of logic after the END IF statement.
  4. N

    Debugging - 'Set variable' not working

    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...
Back
Top