How to use a value from an array to populate a block field.
-
Within the fxdreema blocks there are many fields for users to enter either a value or reference a constant / variable.
Also rather than looking up a variable I am familiar with typing the name and adding a prefix v:: in front of variable or c:: in fron of a constant.
My question is how do I add a value from an array ?
For example . . . Lets say I have created a double variable called Lots[10] and I want to insert value Lots[5] into the Buy block field . . . "How much"
I type in Lots[5] or v::Lots[5] but neither work. I always have to convert Lots[5] into a non array variable first to pass to the field.
If anyone knows what I am doing wrong / how to do this it would be greatly appreciated.
Many thanks
MantaDiver
-
The only way I know to do that is by using custom code. I'm not a programmer so I'm afraid I cannot help here, but roar and jstap maybe helpful.