Ini file groups and items
Posted: Sun Jul 05, 2015 4:42 pm
I'm used from another program environment to use ini files which are very convenient for my needs. The 'groups' and 'items' are easily accessible.
I can't find any info about how to use ini files and groups and items in LiveCode besides the "read from file" and similar.
If unclear, this is what I mean about groups and items:
[NameFld]
SE = "Namn"
EN = "Name"
FI = "Nimi"
----------------
For example, one simply specify the group and "call" the item number and you will have the content of that item. And because it is an external file it is easy to add and change text/languages/etc.
There is an addon from 2009 called iniEngine should I use this with the latest LC (7.0.3, build 10026)?
Any suggestions and advice much appreciated.
I can't find any info about how to use ini files and groups and items in LiveCode besides the "read from file" and similar.
If unclear, this is what I mean about groups and items:
[NameFld]
SE = "Namn"
EN = "Name"
FI = "Nimi"
----------------
For example, one simply specify the group and "call" the item number and you will have the content of that item. And because it is an external file it is easy to add and change text/languages/etc.
There is an addon from 2009 called iniEngine should I use this with the latest LC (7.0.3, build 10026)?
Any suggestions and advice much appreciated.