ScottMattes
Member³
why do I get the msgbox 'illegal value' error msg when trying to change the value of a variable during debug?
the definition is;
var_name varchar2( 205 );
the initial value is;
var_name := ' ';
during execution I right click on the variable while in scope and paste a new value into the edit control and press enter and get the msg.
the definition is;
var_name varchar2( 205 );
the initial value is;
var_name := ' ';
during execution I right click on the variable while in scope and paste a new value into the edit control and press enter and get the msg.