I love it how everything is so simple in Factor . Thank you! : )) 19.03.2019, 21:18, "Doug Coleman" :USE: ini-file :p On Tue, Mar 19, 2019 at 1:09 PM Alexander Ilin wrote:Hello! I need to load a configuration from a simple text file. I would not want to employ anything too comp
USE: ini-file
:p
On Tue, Mar 19, 2019 at 1:09 PM Alexander Ilin wrote:
> Hello!
>
> I need to load a configuration from a simple text file.
> I would not want to employ anything too complex (XML), and the thing
> must work in a deployed application, into which I would not want to include
>