jankoc
New member
It looks like all the old forum posts are gone.
I have big trouble using “exeoutput.SetGlobalVariable” in Chromium (originally I wanted to used ajax and POST to post a variable to a PHP-script, but I finally found out that that was broken and then tried to use global variables, but it seems like that is also broken). I can not set a variable/get it back again. I try using e.g.
exeoutput.SetGlobalVariable(‘myvar’, ‘abc123’, true );
exeoutput.GetGlobalVariable(‘myvar’);
But I get only “undefined”. I’ve tried in many different ways - now used 3 hours for this and getting increasingly frustrated. Is there maybe a new version of exeoutput coming soon?
I have big trouble using “exeoutput.SetGlobalVariable” in Chromium (originally I wanted to used ajax and POST to post a variable to a PHP-script, but I finally found out that that was broken and then tried to use global variables, but it seems like that is also broken). I can not set a variable/get it back again. I try using e.g.
exeoutput.SetGlobalVariable(‘myvar’, ‘abc123’, true );
exeoutput.GetGlobalVariable(‘myvar’);
But I get only “undefined”. I’ve tried in many different ways - now used 3 hours for this and getting increasingly frustrated. Is there maybe a new version of exeoutput coming soon?