Sum Number
-
Hello,
How can we calculate this?[[CYCLE_INDEX]] = 5
[[NET]] = 0.0001[[SUM]] = [[CYCLE_INDEX]] + [[NET]]
= 0.0005
-
This post is deleted!
-
@gurkin4
Hello,
So interesting but today working very well. This so interesting. Thank you :)It was working like that
50.0001
-
This post is deleted!
-
lol
Variable can be >
string
integer
expressionYou set it as string so it gives that result, because it is just joining strings
"ROO" + "KIE" = "ROOKIE"
"5" + "0.0001" = 50.0001
"0.0001" + "5" = 0.00015Set it to INT - integer and it will be treated as NUMBER.
-
This post is deleted!