--- In [email protected], "Sheri" <sheri...@...> wrote:
>
> --- In [email protected], "entropyreduction"
> <alancampbelllists+yahoo@> wrote:
> >
> > 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.
> >
>
> Powerpro uses Ansi. Korean Ansi has a double byte code page DBCS. FWIW, use
> of high ASCII values to delimit powerpro literal strings can conflict with
> DBCS. Also truncating strings requires special processing.
>
> Regards,
> Sheri
>
FWIW,
If using the Vars v0.80, there's no problem regardless of vars.ini or
plugins.ini
When using the Vars v0.84 with vars.ini (not plugins.ini), the problem which
creates a file "scripts/vars" instead of "scripts/data/allProcs.ini" appears.
; vars.ini --------------------------------------
[varsConfig]
varsBackupLocation=scripts/data/allProcs.ini
varsBackupGlobalsLocation=scripts/data/allProcs.ini
; ---------------------------------------------
local i = 34
vars.save_var("i")
Sheri, Would you mind testing with the Vars v0.84?
Thanks.