--- In [email protected], "entropyreduction"
<alancampbelllists+ya...@...> wrote:
>
> Hi Sheri,
>
> I'm back trying to trach down the vars.ini problem.
>
> As you've got an english Windows system, could you do me a favour
> and
>
> (a) temporarily rename your plugins.ini file, if there is one
> (b) in same folder put a vars.ini, with just
>
> [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
Error occurred near line 2 of script vartest:
vars.save_var("i")
If I first create Data under Scripts (under pprofolder), the following
allprocs.ini is created there:
[vartest-local-scalars-]
i="34"
My vars.version returns 0080
Regards,
Sheri