User Tag List

Page 2 of 2 FirstFirst 1 2
Results 11 to 14 of 14

Thread: [Request] Improved INI object

  1. #11
    Clicker Multimedia Fusion 2
    SEELE's Avatar
    Join Date
    Jul 2007
    Location
    Terra australis incognito
    Posts
    1,916
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Request] Improved INI object

    yes, however given the HUGE over head and, slow reading/writing speed of INI i don't think this will really raise issues... because you cant use them for anything of volume anyway. hehe

    i do still like the INI for it's easy interface... however you will find that you drift away from it and towards more fees able storage the more you use mmf.

    keep clicking!:cool:

  2. #12
    Clicker Multimedia Fusion 2 Developer
    Jax's Avatar
    Join Date
    Jul 2006
    Location
    UK
    Posts
    702
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: [Request] Improved INI object

    I've nearly finished an update of the Ini object. It will be released through CT at some point.

  3. #13
    No Products Registered

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

    Re: [Request] Improved INI object

    Quote Originally Posted by SEELE
    yes, however given the HUGE over head and, slow reading/writing speed of INI i don't think this will really raise issues... because you cant use them for anything of volume anyway. hehe

    i do still like the INI for it's easy interface... however you will find that you drift away from it and towards more fees able storage the more you use mmf.

    keep clicking!:cool:
    i really only use INIs since they can be easily edited in practically anything; arrays more or less force you to create an application just to edit them (which can be better depending on what you're storing), and/or even having to use a hex editor. i don't like XML as much since it seems bloated with all the closing tags it requires

  4. #14
    Clicker Multimedia Fusion 2
    SEELE's Avatar
    Join Date
    Jul 2007
    Location
    Terra australis incognito
    Posts
    1,916
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Request] Improved INI object

    yes XML also has downsides however the way XML is read/written is many many times faster.

    also askII arrays as in delemetered strait text is fast and still allows you to modify the files without using mmf, eg... notepad.

    example

    ini version:

    [save1]
    name=andy
    xposition=3361
    yposition=963
    level=6

    askII array:

    using ":" to delimate groups
    using "," to delimate items

    andy,3361,963,6:

Page 2 of 2 FirstFirst 1 2

Similar Threads

  1. [Request] Bag Object or [Proposal] Bag Object v2
    By Master_Maker in forum Extension Development
    Replies: 10
    Last Post: 30th November 2008, 06:32 PM
  2. [request:]ping object? &small change to FTP object
    By DarkSmurf in forum Extension Development
    Replies: 1
    Last Post: 26th September 2007, 09:33 PM
  3. [Request] INI object
    By Sphax in forum Multimedia Fusion 2 - Technical Support
    Replies: 8
    Last Post: 14th August 2007, 08:02 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
  •