Toad will not prompt again for variable when executing the following as script. Second DEFINE shows “test” is still defined.
set define ON
SELECT ‘&&test’ FROM dual;
define
undefine test
define
SELECT ‘&&test’ FROM dual;
Toad will not prompt again for variable when executing the following as script. Second DEFINE shows “test” is still defined.
set define ON
SELECT ‘&&test’ FROM dual;
define
undefine test
define
SELECT ‘&&test’ FROM dual;
This has been fixed for the next beta. Thanks for the detailed info…always makes it much easier to fix an issue if you can reproduce it!
Greg