User Tag List

Results 1 to 6 of 6

Thread: global string

  1. #1


    Join Date
    Sep 2009
    Location
    Poland
    Posts
    21
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    global string

    what is the maximum length of the global string in MMF2 build R248?

  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: global string

    Maximum length... isn't something I've yet encountered, and I believe that you can have any number of global strings, as well. The best approach is to ask - what do you plan to do with them, and how big are they likely to get?

  3. #3
    Clicker Multimedia Fusion 2
    SEELE's Avatar
    Join Date
    Jul 2007
    Location
    Terra australis incognito
    Posts
    1,916
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: global string

    I've put 6meg text files in an global string without problem.

  4. #4


    Join Date
    Sep 2009
    Location
    Poland
    Posts
    21
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: global string

    I test it by MMF loop
    Allways->(start loop "x" 100 times)And (Set global Value "A" To lenght of "Global String "A"")
    on loop "x"-> ( Set Global string "A" to Global string "A" + "X")
    So, I can say more than 370000 chars;p

  5. #5
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jun 2006
    Location
    Darlington, UK
    Posts
    3,298
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: global string

    Global strings are probably only limited by available memory. If you're lucky, you might be able to go over 1GB, or 1,000,000,000 characters long.

    Yes, that is ridiculous.

  6. #6


    Join Date
    Sep 2009
    Location
    Poland
    Posts
    21
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: global string

    yeah, u re right

Similar Threads

  1. Using a Global Value within Global String?
    By ratty in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 20th August 2013, 12:32 PM
  2. [BUG] Global Value and Global String the same name
    By LB in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 18th January 2010, 09:11 PM
  3. Global String
    By Olivier in forum Multimedia Fusion 2 - Technical Support
    Replies: 8
    Last Post: 11th May 2007, 05:42 PM
  4. set a global string
    By Elegios in forum Multimedia Fusion 2 - Technical Support
    Replies: 13
    Last Post: 21st July 2006, 07:37 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
  •