User Tag List

Results 1 to 2 of 2

Thread: Adding numbers?

  1. #1
    No Products Registered

    Join Date
    Feb 2012
    Posts
    116
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Adding numbers?

    Hello

    I need help again.....

    I save the settings of items as numbers. Example: 113 The 1 stands for strengh, the other 1 for gold or whatever... you get it.
    I then read that out with mid$ etc.

    Now when i want to create the items more randomly it only ever adds. Example: set counter to 1+1+3 that would obviously result in the counter displaying 5.

    What i need to do is: set counter to 1 AND 1 AND 3 what would result in the counter showing 113. Is there any easy way to achieve that without an extra event?

    What i currently do is: Set string "1"+"1"+"3" and then set counter to get Val(string). But i want to shortcut that because it's a lot of numbers and a lot of random(), etc. (the 113 was just an example).

    Any idea?

  2. #2
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    1*100 + 1*10 + 3*1
    Working as fast as I can on Fusion 3

Similar Threads

  1. Random Numbers and expiring the result numbers.
    By Corlen in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 26th April 2013, 04:11 PM
  2. Adding 1
    By Jibs in forum Multimedia Fusion 2 - Technical Support
    Replies: 17
    Last Post: 6th November 2011, 08:57 PM
  3. Adding a zero.
    By Fimbul in forum File Archive
    Replies: 1
    Last Post: 15th November 2009, 10:06 PM
  4. Random Numbers Greater then Random Numbers...
    By Hordolur in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 15th April 2009, 06:24 AM
  5. Adding "commas" to long numbers?
    By aidmm in forum Multimedia Fusion 2 - Technical Support
    Replies: 18
    Last Post: 26th August 2008, 12:31 AM

Posting Permissions

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