Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HelloExperts,
I’m havinga problem with variable.
I have lots of variable like Var10, Var20, Var30, ect… and I want to use these variable in a dynamic way:
10, 20, 30, and so on is a filed value (fieldx) and I’d like to use the field value define variable name and to find variable value.
If field value is 10, I want to use $(Var10),
If field value is 20, I want to use $(Var20),
Is it possible?
I’ve tried with $(=’Var’&fieldx), but ’Var’&fieldx is correct, while $(=’Var’&fieldx) doesn’t work.
Can anyone help me?
Thank you
Hi,
I solved using If statement.
Cristina