--- In [email protected], "forxtra" <forx...@...> wrote: > > --- In [email protected], "Sheri" <sherip99@> 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. >
I get the same result with Vars v0.84 as with Vars v0.80. allProcs.ini gets created in Data subdirectory under scripts. If I rerun the scriptlet, the allProcs.ini file date/time modified changes, so it seems to be properly using the established file once it exists. Regards, Sheri
