User Tag List

Page 1 of 3 1 2 3 LastLast
Results 1 to 10 of 22

Thread: Forgot how to use arrays,,,:/

  1. #1
    No Products Registered

    Join Date
    Apr 2008
    Location
    Weston-super-mare
    Posts
    200
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Forgot how to use arrays,,,:/

    Can anyone tell me the expression which saves all data stored in the array into a file at the location of the MFA... been too long since i used one and i just forgot how... woopsie.

  2. #2
    Clicker Fusion 2.5 Developer
    ChrisStreet's Avatar
    Join Date
    Jul 2006
    Location
    United Kingdom
    Posts
    569
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Forgot how to use arrays,,,:/

    Appdrive$ + Appdir$ + "save.arr"

  3. #3
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jun 2006
    Posts
    6,773
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Forgot how to use arrays,,,:/

    You should use Apppath$ instead of Appdrive$ + Appdir$.

  4. #4
    Clicker Fusion 2.5 Developer
    ChrisStreet's Avatar
    Join Date
    Jul 2006
    Location
    United Kingdom
    Posts
    569
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Forgot how to use arrays,,,:/

    Really? I didn't know Apppath$ existed... useful to know

  5. #5
    Forum Moderator Fusion 2.5 DeveloperHTML5 Export Module
    Chaos's Avatar
    Join Date
    Aug 2006
    Location
    Burnsville, MN, USA
    Posts
    806
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Forgot how to use arrays,,,:/

    really? I've always used Drive+dir and its always worked fine. /shrug

  6. #6
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jun 2006
    Posts
    6,773
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Forgot how to use arrays,,,:/

    It would work fine, it's just a waste of a string concatenation..

  7. #7
    Clicker Multimedia Fusion 2 DeveloperiOS Export Module
    Nifflas's Avatar
    Join Date
    Jul 2006
    Posts
    2,613
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Forgot how to use arrays,,,:/

    Although Appdrive$ + Appdir$ won't make a noticable difference in speed than using Apppath$, It's an important habit to always go for the most efficient way to solve a problem. At least my experience is that people who care about those nonsense-issues become much better programmers than those who think "The difference is so small that nobody will notice, so I don't have to care!".

  8. #8
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jun 2006
    Posts
    6,773
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Forgot how to use arrays,,,:/

    All the small differences mount up and you end up with a slow application.

  9. #9
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: Forgot how to use arrays,,,:/

    Quote Originally Posted by Jamie
    All the small differences mount up and you end up with a slow application.
    Just like the saying 'every penny counts'.
    Working as fast as I can on Fusion 3

  10. #10
    Clicker Fusion 2.5 DeveloperHTML5 Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jul 2006
    Location
    USA
    Posts
    2,982
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)

    Re: Forgot how to use arrays,,,:/

    I've been able to save files just by doing Appdir$ + "arr.txt" for example. Any reason why I should do that differently? It saves it in the directory of the app.

Page 1 of 3 1 2 3 LastLast

Similar Threads

  1. Forgot password in Groups.
    By Jase in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 8th August 2010, 08:15 AM
  2. Zoom in screen? forgot how to do it.....
    By ZayLong in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 10th March 2009, 09:11 PM
  3. 2 i forgot where i click to add a player
    By dyxeldoff in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 9th October 2008, 11:32 PM
  4. I forgot how to..
    By PrincessNinjato in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 13th February 2007, 06:13 PM
  5. almost forgot to report this bug
    By AtomX in forum Multimedia Fusion 2 - Technical Support
    Replies: 19
    Last Post: 4th July 2006, 10:20 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
  •