User Tag List

Results 1 to 6 of 6

Thread: Viewing content of an Array file?

  1. #1
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)
    King_Cool's Avatar
    Join Date
    Aug 2008
    Posts
    2,335
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Viewing content of an Array file?

    How can i view the content of an Array file, outside MMF2?

  2. #2
    Clicker Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleUnicode Add-onInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jul 2006
    Posts
    574
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    You're not 100% clear on what you want to do. But...

    If you want to edit/view the file you can open it with a hex editor, that'll give you the raw data of the file (the file structure is fairly straight forward). If you want it to be structured like a spread sheet you'll need to make a program to do it.

  3. #3
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleXNA Export Module
    Outcast's Avatar
    Join Date
    Jan 2011
    Location
    Sweden
    Posts
    3,237
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    There is such a program, I found it like yesterday on the forum but I forget where :S

    EDIT: Fount it! http://community.clickteam.com/showthread.php?t=62086

  4. #4
    Clicker Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleUnicode Add-onInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jul 2006
    Posts
    574
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    Thats more for importing data into an array.

    If you want to export the data you might as well export in CSV format.
    Fast loop the data into an edit box object seperating the data with commas then save with a csv extension.

  5. #5
    Clicker Fusion 2.5 Developer

    Join Date
    Jul 2008
    Location
    UK
    Posts
    1,393
    Mentioned
    16 Post(s)
    Tagged
    0 Thread(s)
    It converts both ways, so you can convert an array to a spreadsheet file which can be viewed in Excel.
    Also, CSV format wouldn't easily support 3-dimensional arrays.

    However, the version in that link is outdated - it's missing some functionality and has a few bugs.
    You can get the updated and bug-free version here: http://www.create-games.com/download.asp?id=8360

  6. #6
    Clicker Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleUnicode Add-onInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jul 2006
    Posts
    574
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by MuddyMole View Post
    It converts both ways, so you can convert an array to a spreadsheet file which can be viewed in Excel.
    Sorry didn't realise.

    Quote Originally Posted by MuddyMole View Post
    Also, CSV format wouldn't easily support 3-dimensional arrays.
    True.

Similar Threads

  1. LOAD/SAVE clone file in ARRAY FILE
    By daniele in forum Multimedia Fusion 2 - Technical Support
    Replies: 20
    Last Post: 24th July 2015, 01:47 AM
  2. Looping through an array file
    By DaveC in forum Multimedia Fusion 2 - Technical Support
    Replies: 10
    Last Post: 7th March 2013, 04:35 AM
  3. Array Object and an .xls file
    By ffomega in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 13th August 2011, 02:20 PM
  4. Clear All content in FILE INI
    By daniele in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 8th October 2010, 11:02 AM
  5. Viewing .exe file created by Install Creator
    By Evo15 in forum Install Creator and Patch Maker
    Replies: 2
    Last Post: 10th September 2010, 11:04 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
  •