How to get text output value?
Posted: Fri Jun 15, 2012 10:28 am
Hi,
In a text component I "calculate" a value with multiple conditions:
I would like then to compare the resulting (calculated) value with another one.
What is the property to get this value?
I tried StiText.Text but it's not working.
I can't find something that fits in the documentation.
Thanks!
In a text component I "calculate" a value with multiple conditions:
Code: Select all
{(IIF(Sowing.Ve == 0, "",
IIF(Sowing.Ve == 5, "Ves",
IIF(Sowing.Ve == 10, "Ve", ""))).ToString()
+ etc...
}
What is the property to get this value?
I tried StiText.Text but it's not working.
I can't find something that fits in the documentation.
Thanks!