 |
ennye Novice
Joined: 17 Dec 2007 Posts: 49
|
Posted: Tue Oct 14, 2008 1:13 pm
Joining variables. |
How to join 2 variables?
#va a {a|b|c}
#va b {d|e|f}
#va a %additem(@b,@a)
gives: a|b|c|"d|e|f"
#forall + %additem only? |
|
|
 |
Fang Xianfu GURU

Joined: 26 Jan 2004 Posts: 5155 Location: United Kingdom
|
Posted: Tue Oct 14, 2008 4:15 pm |
#forall's the simplest way, yes.
|
|
|
 |
|
|