Home » SQL & PL/SQL » SQL & PL/SQL » calling predefine variables
calling predefine variables [message #38090] Tue, 19 March 2002 00:29 Go to next message
Ivan
Messages: 180
Registered: June 2000
Senior Member
Hi

see the code below:
<%
variable_name VARCHAR2;
variable_name = 'second_variable_name';
%>

Does someone know how can i access the variable with name second_variable_name when i have only value of variable_name

I mean some type of dynamic variable accesing

Thanks
Sorry the code is [message #38091 is a reply to message #38090] Tue, 19 March 2002 00:35 Go to previous message
Ivan
Messages: 180
Registered: June 2000
Senior Member
sorry the code is:

variable_name VARCHAR2;
variable_name := 'second_variable_name';
Previous Topic: can anyone pls tell me what is **USER-named Routine**?
Next Topic: can anyone pls tell me what is **USER-named Routine**?
Goto Forum:
  


Current Time: Fri Apr 26 16:12:39 CDT 2024