I have a number value (Cost) that's drawn from an array and brought into a text field that I then compare with a Global number (BankUniversal).
System > BankUniversal = Cost.Text etc... works fine.
But, if I want to have an action take place that relies on BankUniversal = Cost.Text -10 I get the following error:
So how do I write it so that I can compare BankUniversal with Cost.Text -10
Thanks all