User Tag List

Results 1 to 2 of 2

Thread: Saving Score and such to a text file

  1. #1
    No Products Registered

    Join Date
    Jan 2010
    Posts
    8
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Saving Score and such to a text file

    Hi,

    I would like to run a program and then save the performance of the participant (yes, this is for a psychology study) to a text file.

    What is the easiest way to do this? I tried the Data Store 2 object but when i tried to save score ("Player 1") it said the expression was invalid.

    Thank you,

    Roger

  2. #2
    Forum Moderator Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleSWF Export Module
    DavidN's Avatar
    Join Date
    Jun 2006
    Location
    Boston, MA, USA
    Posts
    4,044
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Saving Score and such to a text file

    The "expression invalid" problem might be because of providing it a value instead of a string - try Str$(score("Player 1")) and see if that helps.

    There are a number of ways to save files from MMF2, and the easiest way really depends on the format that you want... the INI and INI++ objects save things in groups and labels, and the List object's "Save File" action can be used to save its contents.

Similar Threads

  1. Question About Saving and loading text from ini
    By sheppard1 in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 11th December 2013, 11:11 PM
  2. problem when saving strings from arrays into one text file.
    By integrality in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 23rd July 2013, 11:06 PM
  3. Saving a text file with specific Encoding?
    By mega21 in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 25th December 2012, 02:33 PM
  4. Saving a current score with INI and best score
    By KLiK-iT in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 11th March 2012, 05:21 PM
  5. File object - file selector saving issues
    By Gary_Molton in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 13th November 2006, 08:25 PM

Posting Permissions

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