User Tag List

Results 1 to 3 of 3

Thread: Counter not displaying proper number

  1. #1
    No Products Registered

    Join Date
    Jan 2007
    Posts
    30
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Counter not displaying proper number

    For the following formula (2/3), I want the standard counter to display 66 (or 67) on the screen.

    But I can't do it. I've tried several variations, like Int((2/3)*100).

    No dice. Can anyone help?

    JT

  2. #2
    No Products Registered

    Join Date
    Jan 2007
    Posts
    30
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Counter not displaying proper number

    Never mind. I added 0.0 to the first value, and I modified the counter so it displays float.

  3. #3
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jun 2006
    Location
    Darlington, UK
    Posts
    3,298
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Counter not displaying proper number

    I think you were after (100*2)/3, or Int((2.0/3)*100). Though it's better to do multiplication first, you get better precision that way.

Similar Threads

  1. [bug] COUNTER (number of decimals)
    By StingRay in forum Android Export Module Version 2.0
    Replies: 0
    Last Post: 9th April 2013, 12:27 PM
  2. Need a little help with displaying a big total of seconds into a proper time format
    By Shmuper in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 6th April 2012, 12:05 PM
  3. number of purchases counter
    By lachmandoo in forum iOS Export Module Version 2.0
    Replies: 8
    Last Post: 2nd April 2012, 01:40 PM
  4. displaying vertical counter ?
    By arma in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 27th June 2007, 05:14 AM
  5. displaying a float number
    By firelior in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 25th April 2007, 04:28 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •