User Tag List

Results 1 to 3 of 3

Thread: Creating a list of previous values in an ini file?

  1. #1
    No Products Registered

    Join Date
    Sep 2015
    Posts
    23
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Creating a list of previous values in an ini file?

    I'm having a bit of a conundrum here. I am attempting to make an ini file and an event that stores previous values that it collects and lists them in chronological order. Kind of like a high score list but instead of high scores I want to make it previous attempts.

    So far I have an ini set up as such:
    [previouslist]
    set1=#
    set2=#
    set3=#

    What I want it to do is as soon as soon as a new value is obtained it is stored in the ini as set1. If there is already a set1 value there, however, I want to move that set1 value into the set2 slot to make room for the new set1 value. The same for set2 to set3.

    For the life of me I can not find a way to do this. Does anyone have an experience trying something like this?

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleSWF Export Module

    Join Date
    Jul 2010
    Location
    Belgium
    Posts
    246
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    It sounds like a job for the List object.
    Load your list of sets into the List Object at startup, then when it changes you can simply save the changed list.

  3. #3
    No Products Registered

    Join Date
    Sep 2015
    Posts
    23
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'll give that a shot, thank you.

Similar Threads

  1. List object simply doesn't load a list file...
    By Pedro Almeida in forum iOS Export Module Version 2.0
    Replies: 6
    Last Post: 10th February 2012, 12:46 AM
  2. Help with Alterable Values and Object Creating
    By Fr34kSh0w in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 7th August 2011, 02:59 PM
  3. Creating And Setting Values in one Line
    By Brandon in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 18th March 2008, 12:57 AM
  4. Cannot "Load File List" for List & Combo Objects
    By Annie in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 1st February 2007, 02:34 PM
  5. Negative values in a List, and Global Values
    By aidmm in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 20th January 2007, 06:08 AM

Tags for this Thread

Posting Permissions

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