It should work and does as far as I remember in the older versions so which
version are you using?
Worst case use vars object in beanshell to achieve this..
On Jun 19, 2014 10:04 PM, "Oliver Erlewein" <[email protected]> wrote:
> Hey,
>
> The __V function not working as I'd expect it to. The manual says:
>
>
> - ${__V(A${N})} - works OK. A${N} becomes A1, and the __V function
> returns the value of
>
> But doing that I get *A1* and not the content of *${A1}*
>
> The line of code I have is:
>
> ${__V(JobPartID_${JobPartIDNr})}
>
> And it only resolves to *JobPartID_1*
>
> Is this correct? I read the documentation differently. I should be getting
> the content of *${JobPartID_1}.*
>
> Cheers Oliver
>