I am trying to learn how to program in JavaScript and i was wanting to know how do i use the export() command to export the contents of a string to a *.ini file? Thanks in advance for any help.
Printable View
I am trying to learn how to program in JavaScript and i was wanting to know how do i use the export() command to export the contents of a string to a *.ini file? Thanks in advance for any help.
[ moved ]
JavaScript has no built in export() function. Also, unless you are using JScript, a Microsoft variant of JavaScript, you cannot write to a file.