--- In [email protected], "Sheri" <sheri...@...> wrote:
> > [varsConfig]
> > varsBackupLocation=scripts/data/allProcs.ini
> > varsBackupGlobalsLocation=scripts/data/allProcs.ini
> >
> > And nothing else
> >
> > Then ideally from empty pcf (or just after a vars.unload)
> > run this script:
> >
> > local i = 34
> > vars.save_var("i")
>
> Gives an error, presumedly because there is no such directory:
>
> ERROR: vars.save_var: Bad value in ini file:
> varsBackupLocationvarsBackupLocation
Oops, should have asked you to creae folder first. Sorry.
> If I first create Data under Scripts (under pprofolder), the following
> allprocs.ini is created there:
> [vartest-local-scalars-]
> i="34"
Okay, same result I get, and what's supposed to happen. But not result forxtra
gets. Thanks, probably looking for a problem detecting or using a file on a
machine running a language requiring unicode characters...maybe.
> Regards,
> Sheri
>