@webguy22 wrote:
var dirs = exeoutput.GetGlobalVariable( 'directories', "");
alert(dirs);always returns undefined.
exeoutput.SetGlobalVariable works fine in JS. Example:
exeoutput.SetGlobalVariable( 'directories', "", true );
Saw this post: https://www.gdgsoft.info/t/exeoutput-setglobalvariable-problem/22
where user said "exeoutput.SetGlobalVariable works in Javascript, but exeoutput.GetGlobalVariable does not work in Javascript
Is this true?
Posts: 1
Participants: 1