Hi Amyboose, thanks for your reply.
Unfortunately I am not sure on what exactly that code does or where it should go.
I am still learning the basics of Java so bear with me.
I tried: decimal res = {-Variable.Variable0-}m + 0.05m ---> no result
I tried: decimal res = 0.1m + 0.05m; ---> no result
I am trying to make Zenno take the value of whatever is in the field (for example 0.10) and make it a variable so i can add 0.05 to it then add it to a different variable that will be entered in the field and then loop the whole process.
The only problem im having is this strange result. Question at this point: Is it even required to use Java for this or is there an easier solution?