User Tag List

Results 1 to 4 of 4

Thread: reading INI file

  1. #1
    No Products Registered

    Join Date
    Aug 2006
    Posts
    52
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    reading INI file

    is this possible to get the next line of a certain line in the INI file?

  2. #2
    Clicker Multimedia Fusion 2

    Join Date
    Sep 2007
    Location
    Poland
    Posts
    232
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: reading INI file

    I think nope, but you can enumerate
    1="string1"
    2="string2"
    And read it by a number easly

  3. #3
    Clicker Multimedia Fusion 2

    Join Date
    Sep 2006
    Location
    Britain, South Coast
    Posts
    1,030
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: reading INI file

    You can load it through a text object. It's not too hard, you can split it up using String Parser 2, with newline$ as the delimiter.

    test each line, if it starts with "[" then it's a group. If it starts with anything else, then you can do another test, splitting it up by = signs.

    That'd be doable.

  4. #4
    No Products Registered

    Join Date
    Aug 2006
    Posts
    52
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: reading INI file

    Grim - that's not a good way because I need to delete lines from time to time.

    Dines- I don't quite understand. could you show me a little tutorial of that?

Similar Threads

  1. Reading a text- or csv file - possible?
    By Tiny in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 28th July 2009, 01:23 PM
  2. XML file reading problem
    By Tiles in forum File Archive
    Replies: 10
    Last Post: 19th April 2009, 05:31 PM
  3. Reading files from a Package file?
    By Locaz00 in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 10th February 2009, 12:59 AM
  4. Reading from a text file.
    By Conno in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 31st May 2008, 06:01 AM
  5. Reading text from file
    By KenTankerous in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 12th March 2007, 08:30 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
  •