How to set a StringList variable by code?
Posted: Thu Apr 04, 2019 12:23 am
Hey,
How do you set the value for the following variable?
I've tried a few things, but with no success. Eg
Thanks,
Barnaby.
How do you set the value for the following variable?
I've tried a few things, but with no success. Eg
Code: Select all
report.dictionary.variables.getByName("Test").valueObject = "A";
report.dictionary.variables.getByName("Test").valueObject = ["A"];
Thanks,
Barnaby.