Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Variable substitution
Message
From
28/12/2000 12:53:50
Christian Cote
Les Logiciels Onoma Inc.
Longueuil, Quebec, Canada
 
 
To
All
General information
Forum:
Oracle
Category:
PL/SQL
Title:
Variable substitution
Miscellaneous
Thread ID:
00457423
Message ID:
00457423
Views:
70
HI,
Is possible to do something like this ? I would like to replace a variable name by another.

FOR i IN 1..Max LOOP
nb||i||_Prod:= xvalue(i);
END LOOP;

Instead of typing :
nb1_prod:= xvalue(1);
nb2_prod:= xvalue(2);
...
nb10_prod := xvalue(10);

Thank you for your help,

Christian
Next
Reply
Map
View

Click here to load this message in the networking platform