twistedmike
June 16th, 2009, 04:36 PM
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.
|
Click to See Complete Forum and Search --> : question on export() twistedmike June 16th, 2009, 04:36 PM 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. PeejAvery June 16th, 2009, 07:10 PM [ moved ] PeejAvery June 16th, 2009, 07:10 PM JavaScript has no built in export() function. Also, unless you are using JScript, a Microsoft variant of JavaScript, you cannot write to a file. codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |