[Trigger] Math/Integer problem

Status
Not open for further replies.
  • Actions
    • Set integer = 3
    • Set real[1] = (((Real((Random integer number between 9 and 11))) / 10.00) x (Real(integer)))
ignore the array at real
this should work.If i like to have more numbers after the comma:

  • Set real[1] = (((Real((Random integer number between 90 and 110))) / 100.00) x (Real(integer)))
Note= the integer willl be converted to a real cause a integer canr have numbers after the comma.
 
Status
Not open for further replies.
Back
Top