
rheydenr
Novice
Mar 14, 2007, 2:56 AM
Post #3 of 4
(340 views)
|
|
Re: [devonbosch] Adding variable to existing variable
[In reply to]
|
Can't Post
|
|
Hi devonbosch, you can try $fields{"rtqty$count"} (with double quotes!). This should work. A construct like $fields{'rtqty'} . $count won't work as expected, since it concatenates the values as string. Perhaps it works with eval, but the upper proposal should be better. HTH, Ralf.
|