User Tag List

Results 1 to 3 of 3

Thread: Little array help

  1. #1
    No Products Registered

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

    Little array help

    I'm looking to move from INI set up to Arrays, so I've set up a little test with saving and loading from counters, but for some reason it is not working correctly, could someone point me the correct direction? (The application is VERY simple, but I added comments for each set of events).

    thanks in advance
    Attached files Attached files

  2. #2
    No Products Registered

    Join Date
    Aug 2006
    Posts
    984
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Little array help

    1. you're trying to save numbers into a text array, which won't work unless they're converted to strings first... but you can just go into the array properties and change the array type to "Number"
    2. you don't need fastloops for the way you're doing it, and infact your fastloop setup is incorrect (you could basically just have the Load and Set counter actions in the Press Enter event)
    3. the biggest issue, and the reason why it isn't working, is that you aren't actually writing data to the array, you're just saving a blank one

  3. #3
    No Products Registered

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

    Re: Little array help

    Hi xyzzy,

    thanks very much for your help. When I was messing with arrays yesterday, I failed to save because of my first because of the string/text property you mentioned in the item 1. I tweaked the events and added comments and forgot to add the "always write value to X,Y", fixed now and it works!
    In the item 2, you're saying that it is better to have a start of frame and load all at once?

    thanks again.
    Attached files Attached files

Similar Threads

  1. Dynamic Array - Sort 2 dimension array by Column 1
    By Ryan in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 16th December 2012, 04:54 AM
  2. Array... help!
    By Aasland in forum iOS Export Module Version 2.0
    Replies: 10
    Last Post: 12th April 2012, 01:14 AM
  3. Dynamic Array to Binary Array problems
    By BREK in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 22nd March 2010, 10:48 PM
  4. Array help
    By Zabooza in forum Multimedia Fusion 2 - Technical Support
    Replies: 8
    Last Post: 21st April 2009, 03:02 AM
  5. [Request] Array of array - possible for $$$
    By Blizna in forum Extension Development
    Replies: 9
    Last Post: 29th December 2007, 11:13 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
  •