 |
AlT Beginner
Joined: 11 Jun 2003 Posts: 22 Location: Moldova
|
Posted: Wed Dec 29, 2004 10:02 pm
Nested #LOOPDB ? |
I have two nested #LOOPDB. Is there a way to access external %val from internal loop?
|
|
|
 |
Aarlot Adept

Joined: 30 Dec 2003 Posts: 226
|
Posted: Thu Dec 30, 2004 12:01 am |
I don't know if there is, but an easy fix would be to put the %val in a variable.
IE
#LOOPDB test {#VAR Value %val;#LOOPDB insideloop {Commands}}
Then use the @Value to access it. |
|
_________________ Everyone is entitled to their beliefs - until they die. Then only the truth matters. |
|
|
 |
AlT Beginner
Joined: 11 Jun 2003 Posts: 22 Location: Moldova
|
Posted: Thu Dec 30, 2004 10:53 am |
Yes, that's an obvious way to do that. I just was interested if there is a way to go without additional, external variable?
|
|
|
 |
|
|