Forum Discussion
RobinLeach
14 years agoCommunity Member
Importing and retaining variables
Is there a way to import variables from external files. I want to design a review game that instructors can input thier questions into a Storyline presentation from a text file. I want to setup a ...
CleightonSIVA
5 years agoCommunity Member
Hello in your code
var fso = new ActiveXObject("Scripting.FileSystemObject");
var s = fso.OpenTextFile("C:\\Test.txt", 8, true, 0);
is it possible to use the variable name in the file path in place of the file name "Test"?
I want the data to be written to a text file that reflects the participant's name. If possible what is the JavaScript code that would do this?
Thanks
Cleigh
Related Content
- 12 months ago
- 12 months ago
- 12 months ago
- 12 months ago
- 12 months ago