webguy22
Member
var dirs = exeoutput.GetGlobalVariable( ‘directories’, “”);
alert(dirs);
always returns undefined.
exeoutput.SetGlobalVariable works fine in JS. Example:
exeoutput.SetGlobalVariable( ‘directories’, “”, true );
Saw this post: Exeoutput.SetGlobalVariable problem
where user said "exeoutput.SetGlobalVariable works in Javascript, but exeoutput.GetGlobalVariable does not work in Javascript
Is this true?
alert(dirs);
always returns undefined.
exeoutput.SetGlobalVariable works fine in JS. Example:
exeoutput.SetGlobalVariable( ‘directories’, “”, true );
Saw this post: Exeoutput.SetGlobalVariable problem
where user said "exeoutput.SetGlobalVariable works in Javascript, but exeoutput.GetGlobalVariable does not work in Javascript
Is this true?
Last edited by a moderator: