Construct 3 r118

You're viewing a single comment in a conversation. View all the comments
  • 1 Comments

  • Order by
  • You can get the remainder by using maths with existing expressions :

    Remainder = Object.Timer.Duration("Tag") - Object.Timer.TotalTime("Tag")

    Elapsed% = round((Object.Timer.TotalTime("Tag") * 100) / Object.Timer.DurationTime("Tag")))