Announcement

Collapse
No announcement yet.

How to create a file type similar to INI files but with different parameters?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to create a file type similar to INI files but with different parameters?


    I wanted to create a file type similar to INI files but with different parameters. For example:
    INI files uses this setting:
    [example]
    Data=Value;
    Because I wanted do it differently:Like this:
    {example}
    Date:Value;
    Thanks for reading: Any help will be appreciated.

  • #2
    That looks like JSON, so most likely a JSON module would help. Search the forums..

    Ulrich

    Comment


    • #3
      Or you could use my INIPlus plugin (found on my GitHub) page.

      Comment


      • #4
        Being old and thick ... Where exactly can I find your INIPlus plugin. I tend to get a bit confused by GitHub !!

        Comment


        • #5

          Comment

          Working...
          X