CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2008
    Posts
    27

    question on export()

    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.

  2. #2
    Join Date
    May 2002
    Posts
    10,943

    Re: question on export()

    [ moved ]
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

  3. #3
    Join Date
    May 2002
    Posts
    10,943

    Re: question on export()

    JavaScript has no built in export() function. Also, unless you are using JScript, a Microsoft variant of JavaScript, you cannot write to a file.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured