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
